From 9bcd0908482f26e3630a02e3ad3596a2f67fcab9 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 10 Mar 2018 07:27:24 +0300 Subject: Muse reader: parse tag tag is supported by Emacs Muse --- test/Tests/Readers/Muse.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Tests') diff --git a/test/Tests/Readers/Muse.hs b/test/Tests/Readers/Muse.hs index 9fa79234b..01e8d7b85 100644 --- a/test/Tests/Readers/Muse.hs +++ b/test/Tests/Readers/Muse.hs @@ -173,6 +173,9 @@ tests = , "Verbatim tag after text" =: "Foo bar" =?> para "Foo bar" + , "Class tag" =: "bar" =?> para (spanWith ("", ["foo"], []) "bar") + , "Class tag without name" =: "foobar" =?> para (spanWith ("", [], []) "foobar") + -- tag should match with the last tag, not verbatim one , "Nested \"\" inside em tag" =: "foobar" =?> para (emph ("foobar")) -- cgit v1.2.3