diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc_tabs.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/misc_tabs.rs b/tests/misc_tabs.rs index 7073c57..c5e5c43 100644 --- a/tests/misc_tabs.rs +++ b/tests/misc_tabs.rs @@ -69,12 +69,6 @@ fn tabs_flow() { ); assert_eq!( - micromark(" \t---"), - "<pre><code>---\n</code></pre>", - "should not support a 3*SP + HT to start a thematic break" - ); - - assert_eq!( micromark(" \t```"), "<pre><code>```\n</code></pre>", "should not support a 3*SP + HT to start a fenced code" |