mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Test that Muse reader can parse code with = sign inside
(fixed by previous commit)
This commit is contained in:
@@ -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" =:
|
||||
|
||||
Reference in New Issue
Block a user