aboutsummaryrefslogtreecommitdiff
path: root/test/command/7339.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7339.md')
-rw-r--r--test/command/7339.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/command/7339.md b/test/command/7339.md
index 9697c1c32..31bfc7f1c 100644
--- a/test/command/7339.md
+++ b/test/command/7339.md
@@ -6,6 +6,9 @@ title: Test
Hi
^D
-Pandoc (Meta {unMeta = fromList [("title",MetaInlines [Str "Test"])]})
-[Para [Str "Hi"]]
+Pandoc
+ ( Meta
+ { unMeta = fromList [ ( "title", MetaInlines [ Str "Test" ] ) ] }
+ )
+ [ Para [ Str "Hi" ] ]
```