summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-09-30 20:28:50 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-09-30 20:28:50 -0700
commite8260c27e18577b9af3d293b7cb9565b6dc9af6b (patch)
tree6c8d555f30fcae6d0469d3bffab412a48ab5efb3 /tests
parent9366d8681d39ff892ab477fba637b65d62a0c776 (diff)
RST reader: Consolidate super/subscript, math into interpretedRole.
Diffstat (limited to 'tests')
-rw-r--r--tests/rst-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rst-reader.native b/tests/rst-reader.native
index d41274621..447c719eb 100644
--- a/tests/rst-reader.native
+++ b/tests/rst-reader.native
@@ -321,6 +321,6 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ":
,Para [Math DisplayMath "\\alpha = beta",Math DisplayMath "E = mc^2"]
,Para [Str "Some",Space,Superscript [Str "of"],Space,Str "these",Space,Superscript [Str "words"],Space,Str "are",Space,Str "in",Space,Superscript [Str "superscript"],Str "."]
,Para [Str "Reset",Space,Str "default-role",Space,Str "to",Space,Str "the",Space,Str "default",Space,Str "default."]
-,Para [Str "And",Space,Str "now",Space,Str "`some-invalid-string-3231231`",Space,Str "is",Space,Str "nonsense."]
+,Para [Str "And",Space,Str "now",Space,Str "some-invalid-string-3231231",Space,Str "is",Space,Str "nonsense."]
,Header 2 [Str "Literal",Space,Str "symbols"]
,Para [Str "2*2",Space,Str "=",Space,Str "4*1"]]