aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-05-11 13:36:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-05-11 13:36:02 -0700
commit3800cb3d429bdcef517c84cfb8a45d2e9b85d126 (patch)
tree35dd5713f2f3a2b0b140572cfd18be6ce30ad9f6 /tests
parent02993c2cc7bccc0e89911c48aa66396bbd42d513 (diff)
parentbe5cccf248bb9e0b3c6ad1db62cff770749f8e52 (diff)
downloadpandoc-3800cb3d429bdcef517c84cfb8a45d2e9b85d126.tar.gz
Merge pull request #2912 from tarleb/org-export-settings
Org reader: basic support for export settings
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Org.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs
index 17682fb32..fa0c57f71 100644
--- a/tests/Tests/Readers/Org.hs
+++ b/tests/Tests/Readers/Org.hs
@@ -469,6 +469,12 @@ tests =
, "[[expl:foo][bar]]"
] =?>
(para (link "http://example.com/foo" "" "bar"))
+
+ , "Export option: Disable simple sub/superscript syntax" =:
+ unlines [ "#+OPTIONS: ^:nil"
+ , "a^b"
+ ] =?>
+ para "a^b"
]
, testGroup "Basic Blocks" $