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.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/command/7339.md b/test/command/7339.md
index 9697c1c32..f8d004f68 100644
--- a/test/command/7339.md
+++ b/test/command/7339.md
@@ -6,6 +6,10 @@ 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" ] ]
```