aboutsummaryrefslogtreecommitdiff
path: root/test/command/write18.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/write18.md')
-rw-r--r--test/command/write18.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/write18.md b/test/command/write18.md
index 5000c298b..4a3f10b85 100644
--- a/test/command/write18.md
+++ b/test/command/write18.md
@@ -3,12 +3,12 @@ Handle \write18{..} as raw tex:
% pandoc -t native
\write18{git --version}
^D
-[RawBlock (Format "tex") "\\write18{git --version}"]
+[ RawBlock (Format "tex") "\\write18{git --version}" ]
```
```
% pandoc -f latex+raw_tex -t native
\write18{git --version}
^D
-[RawBlock (Format "latex") "\\write18{git --version}"]
+[ RawBlock (Format "latex") "\\write18{git --version}" ]
```