aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-14 20:21:37 -0600
committerGitHub <noreply@github.com>2016-06-14 20:21:37 -0600
commit15d2c09ba134094afe8fb4b74ccf50754f11e865 (patch)
tree16de375633d41f5e660617cffe5b1c6c8b3d8c8b /tests
parent5ea3cc647b2645baeb6247d8bc422989d87b42aa (diff)
parent29552eff3e1c0a7eab8b114ac58ca83422a84fb0 (diff)
downloadpandoc-15d2c09ba134094afe8fb4b74ccf50754f11e865.tar.gz
Merge pull request #2980 from tarleb/org-raw-inlines
Org reader: raw inlines in arbitrary formats
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Org.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs
index ab50aa49c..56dedee55 100644
--- a/tests/Tests/Readers/Org.hs
+++ b/tests/Tests/Readers/Org.hs
@@ -405,6 +405,10 @@ tests =
"\\notacommand{foo}" =?>
para (rawInline "latex" "\\notacommand{foo}")
+ , "Export snippet" =:
+ "@@html:<kbd>M-x org-agenda</kbd>@@" =?>
+ para (rawInline "html" "<kbd>M-x org-agenda</kbd>")
+
, "MathML symbol in LaTeX-style" =:
"There is a hackerspace in Lübeck, Germany, called nbsp (unicode symbol: '\\nbsp')." =?>
para ("There is a hackerspace in Lübeck, Germany, called nbsp (unicode symbol: ' ').")