mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
test_new.diff had some issues which would cause errors if trying to actually use the diff file with 'patch' to create the files it references. 1) had some line numbers which were invalid 2) had path specifications and, unfortunately, 'patch' does not support creating absent directories The file has been cleaned up to have the create line numbers and to assume that all files are at the root. Additionally, for the few cases where the diff file referred to an edit rather than creation of a whole new file, those diff hunks were moved into a new, separate, file. There is no functional change with this commit, but it sets up future test features. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| custom_languages.json | ||
| test_closed.diff | ||
| test_edit.diff | ||
| test_escape.diff | ||
| test_new.diff | ||
| test_syntax.py | ||
| test_todo_parser.py | ||