todo-to-issue-action/tests
Robert Alonso 2d98b5c359 fix: handle identifier with regex characters
Provides a test for and the solution to GitHub
issue #242. Namely, an identifier which contains
regex characters (e.g. "[TODO]") is properly
handled by having the parser look for literal
"[" and "]" characters rather than treating those
characters as part of a regex pattern. The word
boundary regex pattern '\b' does NOT properly
handle this, so a slightly different pattern is
used to identify the boundary.
2024-11-12 16:34:09 +00:00
..
__init__.py fix: Clean up TeX syntax and add tests 2021-12-13 19:13:37 +01:00
custom_languages.json code review 2024-10-08 12:16:19 +01:00
test_closed.diff test: Added tests for TOML support 2024-10-11 18:15:04 +01:00
test_comment_suffix_after_source_line.diff test: added tests for known bugs 2024-11-10 04:28:37 +00:00
test_edit_py.diff test: add test to track additional bugs 2024-11-12 00:18:38 +00:00
test_edit.diff refactor: clean up and split off diff file 2024-11-09 19:28:08 +00:00
test_escape.diff Update tests 2024-09-24 14:14:28 +01:00
test_new2.diff fix: split diff file to allow process_diff unit test to pass 2024-11-09 19:28:09 +00:00
test_new_py.diff test: add test to track additional bugs 2024-11-12 00:18:38 +00:00
test_new.diff fix: handle identifier with regex characters 2024-11-12 16:34:09 +00:00
test_process_diff.py fix: handle identifier with regex characters 2024-11-12 16:34:09 +00:00
test_same_title_in_same_file.diff test: add additional test demonstrating current bug 2024-11-09 19:28:09 +00:00
test_syntax.py test: add unittest to run mypy 2024-10-28 18:38:59 +00:00
test_todo_parser.py fix: handle identifier with regex characters 2024-11-12 16:34:09 +00:00