mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
The diff file has a couple of hunks which for some unknown reason have parsing issues which result in the wrong line being detected for where the TODO is. This causes the issue URL insertion to fail. That's its own issue that should be investigated, but in order to allow the process_diff unit test to pass, the diff file is being split into two to isolate the trouble-causing hunks. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| custom_languages.json | ||
| test_closed.diff | ||
| test_edit.diff | ||
| test_escape.diff | ||
| test_new2.diff | ||
| test_new.diff | ||
| test_process_diff.py | ||
| test_syntax.py | ||
| test_todo_parser.py | ||