aboutsummaryrefslogtreecommitdiff
path: root/test/command/4499.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4499.md')
-rw-r--r--test/command/4499.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/4499.md b/test/command/4499.md
index 073f76c0e..5e86d6ee4 100644
--- a/test/command/4499.md
+++ b/test/command/4499.md
@@ -9,7 +9,7 @@
% pandoc -f latex+raw_tex -t native
\mbox{abc def}
^D
-[Para [RawInline (Format "latex") "\\mbox{abc def}"]]
+[ Para [ RawInline (Format "latex") "\\mbox{abc def}" ] ]
```
```
@@ -53,7 +53,7 @@ mno} pqr
% pandoc -f latex+raw_tex -t native
\hbox{abc def}
^D
-[Para [RawInline (Format "latex") "\\hbox{abc def}"]]
+[ Para [ RawInline (Format "latex") "\\hbox{abc def}" ] ]
```
```