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, 4 insertions, 3 deletions
diff --git a/test/command/7339.md b/test/command/7339.md
index 31bfc7f1c..f8d004f68 100644
--- a/test/command/7339.md
+++ b/test/command/7339.md
@@ -7,8 +7,9 @@ title: Test
Hi
^D
Pandoc
- ( Meta
- { unMeta = fromList [ ( "title", MetaInlines [ Str "Test" ] ) ] }
- )
+ Meta
+ { unMeta =
+ fromList [ ( "title" , MetaInlines [ Str "Test" ] ) ]
+ }
[ Para [ Str "Hi" ] ]
```