aboutsummaryrefslogtreecommitdiff
path: root/test/command/3537.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3537.md')
-rw-r--r--test/command/3537.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/command/3537.md b/test/command/3537.md
index df4eeba7d..3f4445343 100644
--- a/test/command/3537.md
+++ b/test/command/3537.md
@@ -7,14 +7,20 @@ Generalized raw attributes.
foo bar
```
^D
-[RawBlock (Format "ms") ".MACRO\nfoo bar"]
+[ RawBlock (Format "ms") ".MACRO\nfoo bar" ]
````
````
% pandoc -t native
Hi `there`{=ms}.
^D
-[Para [Str "Hi",Space,RawInline (Format "ms") "there",Str "."]]
+[ Para
+ [ Str "Hi"
+ , Space
+ , RawInline (Format "ms") "there"
+ , Str "."
+ ]
+]
````
````
@@ -24,5 +30,5 @@ Hi `there`{=ms}.
foo bar
~~~
^D
-[RawBlock (Format "ms") ".MACRO\nfoo bar"]
+[ RawBlock (Format "ms") ".MACRO\nfoo bar" ]
````