diff options
Diffstat (limited to 'src/parser/tests.rs')
| -rw-r--r-- | src/parser/tests.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/tests.rs b/src/parser/tests.rs index 74d741d..7c5c114 100644 --- a/src/parser/tests.rs +++ b/src/parser/tests.rs @@ -106,6 +106,9 @@ fn admonitions() { }; } +// TODO: substitutions +// TODO: images + #[test] fn nested_lists() { parses_to! { |
