Test that Muse reader can parse code with = sign inside

(fixed by previous commit)
This commit is contained in:
Alexander Krotov
2018-10-10 03:27:36 +03:00
parent 36c763a647
commit 6b8fd99dbd
+2
View File
@@ -156,6 +156,8 @@ tests =
, "One character code" =: "=c=" =?> para (code "c")
, "Code with equal sign" =: "=foo = bar=" =?> para (code "foo = bar")
, "Three = characters is not a code" =: "===" =?> para "==="
, "Multiline code markup" =: