aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-14 08:43:39 -0700
committerGitHub <noreply@github.com>2016-07-14 08:43:39 -0700
commit06a3e6a03f8cdef118bea59c45230b80b9534b19 (patch)
treeece20055f6e49de6dca8ced94a73f22d363dc405 /tests
parent00b11bcbcf514585411aac7e578c1a718ff5de20 (diff)
parent529146decf7f0e390964bb7aa709082af6e8639b (diff)
downloadpandoc-06a3e6a03f8cdef118bea59c45230b80b9534b19.tar.gz
Merge pull request #3019 from tarleb/org-verbatim-fix
Org reader: fix parsing of verbatim inlines
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Org.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs
index fdd9bc6bf..1f8a8a01e 100644
--- a/tests/Tests/Readers/Org.hs
+++ b/tests/Tests/Readers/Org.hs
@@ -185,6 +185,9 @@ tests =
, "3" <> subscript "{}"
, "4" <> superscript ("(a(" <> strong "b(c" <> ")d))")
])
+ , "Verbatim text can contain equal signes (=)" =:
+ "=is_subst = True=" =?>
+ para (code "is_subst = True")
, "Image" =:
"[[./sunset.jpg]]" =?>