aboutsummaryrefslogtreecommitdiff
path: root/test/command/4817.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4817.md')
-rw-r--r--test/command/4817.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/test/command/4817.md b/test/command/4817.md
index 7718e3b3a..84db64b5f 100644
--- a/test/command/4817.md
+++ b/test/command/4817.md
@@ -5,6 +5,17 @@ foo:
- bar: bam
...
^D
-Pandoc (Meta {unMeta = fromList [("foo",MetaList [MetaMap (fromList [("bar",MetaInlines [Str "bam"])])])]})
-[]
+Pandoc
+ Meta
+ { unMeta =
+ fromList
+ [ ( "foo"
+ , MetaList
+ [ MetaMap
+ (fromList [ ( "bar" , MetaInlines [ Str "bam" ] ) ])
+ ]
+ )
+ ]
+ }
+ []
```