aboutsummaryrefslogtreecommitdiff
path: root/test/command/5686.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-12 17:43:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-12 19:04:14 -0800
commit3be066b7d308ca7f103c7fabd80238b350bf4f94 (patch)
tree40184e01f69c7b508d407ef63ab94432c5404a7d /test/command/5686.md
parent59875185b3da8f57174f1b3da42c750f4c3ee910 (diff)
downloadpandoc-3be066b7d308ca7f103c7fabd80238b350bf4f94.tar.gz
Fix command test 5686
Diffstat (limited to 'test/command/5686.md')
-rw-r--r--test/command/5686.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/5686.md b/test/command/5686.md
index 67b4579ef..1c18109c3 100644
--- a/test/command/5686.md
+++ b/test/command/5686.md
@@ -4,6 +4,6 @@ FOO\t0BAR
This part does not make it to the html output.
^D
-[Para [Str "FOO",RawInline (Format "tex") "\\t0BAR"]
+[Para [Str "FOO",RawInline (Format "tex") "\\t0",Str "BAR"]
,Para [Str "This",Space,Str "part",Space,Str "does",Space,Str "not",Space,Str "make",Space,Str "it",Space,Str "to",Space,Str "the",Space,Str "html",Space,Str "output."]]
```