diff options
| author | Philipp A | 2018-11-27 00:45:22 +0100 | 
|---|---|---|
| committer | Philipp A | 2018-11-27 00:45:22 +0100 | 
| commit | 71d26fbdc4825b4c2a2db125dde388dc5c5a196c (patch) | |
| tree | 15e485c6324bf2a5e6997a0a766345d44d0c4d50 /src/parser/tests.rs | |
| parent | 70667b529fcf24815819636b9a105d17ae38e796 (diff) | |
| download | rust-rst-71d26fbdc4825b4c2a2db125dde388dc5c5a196c.tar.bz2 | |
Support inline Images
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! { | 
