diff --git a/t/01_comment.t b/t/01_comment.t index 6b3d29a..07ef7c2 100644 --- a/t/01_comment.t +++ b/t/01_comment.t @@ -45,3 +45,14 @@ foobar
  • 1
  • +=== test inline comment +--- input +- baz bar +- 1 + +--- expected + + diff --git a/t/01_pre.t b/t/01_pre.t index 7b89a75..c588c78 100644 --- a/t/01_pre.t +++ b/t/01_pre.t @@ -36,3 +36,13 @@ quote1 +=== test +--- input +>| +http://example.com/ +|< +--- expected +
    +http://example.com/
    +
    +