aboutsummaryrefslogtreecommitdiff
path: root/test/command/yaml-with-chomp.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/yaml-with-chomp.md')
-rw-r--r--test/command/yaml-with-chomp.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/command/yaml-with-chomp.md b/test/command/yaml-with-chomp.md
index d4c4f7cfd..98cc76e18 100644
--- a/test/command/yaml-with-chomp.md
+++ b/test/command/yaml-with-chomp.md
@@ -7,6 +7,14 @@ ml: |-
BLOCK
...
^D
-Pandoc (Meta {unMeta = fromList [("ml",MetaBlocks [Para [Str "TEST"],Plain [Str "BLOCK"]])]})
-[]
+Pandoc
+ Meta
+ { unMeta =
+ fromList
+ [ ( "ml"
+ , MetaBlocks [ Para [ Str "TEST" ] , Plain [ Str "BLOCK" ] ]
+ )
+ ]
+ }
+ []
```