diff options
author | EuAndreh <eu@euandre.org> | 2022-01-21 00:40:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-02-19 16:33:23 -0300 |
commit | e6ac7e8bf6b27e6f752b1b8cee08057d9e57c0b3 (patch) | |
tree | 7d1de5973ebc202e69ae077d481c130bf1934c1e /tests/lint-resources/with-some-known-sections | |
parent | aux/workflow/assert-todos.sh: Remove ad-hoc TODOs.md linting rules (diff) | |
download | td-e6ac7e8bf6b27e6f752b1b8cee08057d9e57c0b3.tar.gz td-e6ac7e8bf6b27e6f752b1b8cee08057d9e57c0b3.tar.xz |
tests/linting.sh: Add initial setup for testing lint checks
Diffstat (limited to 'tests/lint-resources/with-some-known-sections')
-rw-r--r-- | tests/lint-resources/with-some-known-sections/TODOs.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/lint-resources/with-some-known-sections/TODOs.md b/tests/lint-resources/with-some-known-sections/TODOs.md new file mode 100644 index 0000000..e78fa12 --- /dev/null +++ b/tests/lint-resources/with-some-known-sections/TODOs.md @@ -0,0 +1,14 @@ +# An Unknown Section + +## DONE This looks like an entry {#td-d55c0579-14e4-469b-853a-b15a6580e013} +- DONE in 1970-01-01 +- TODO in 2000-01-01 + + But isn't. + +# Bugs + +## DONE A real td entry {#td-47c10e6d-25bd-481b-8a54-88c6d66a44d1} +- TODO in 1970-01-01 + +# Another unknown section |