mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| custom_languages.json | ||
| test_closed.diff | ||
| test_comment_suffix_after_source_line.diff | ||
| test_edit_py.diff | ||
| test_edit.diff | ||
| test_escape.diff | ||
| test_new2.diff | ||
| test_new_py.diff | ||
| test_new.diff | ||
| test_process_diff.py | ||
| test_same_title_in_same_file.diff | ||
| test_syntax.py | ||
| test_todo_parser.py | ||