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.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/command/4817.md b/test/command/4817.md
index 600266771..84db64b5f 100644
--- a/test/command/4817.md
+++ b/test/command/4817.md
@@ -6,16 +6,16 @@ foo:
...
^D
Pandoc
- ( Meta
- { unMeta = fromList
- [
- ( "foo"
- , MetaList
- [ MetaMap
- ( fromList [ ( "bar", MetaInlines [ Str "bam" ] ) ] )
+ Meta
+ { unMeta =
+ fromList
+ [ ( "foo"
+ , MetaList
+ [ MetaMap
+ (fromList [ ( "bar" , MetaInlines [ Str "bam" ] ) ])
+ ]
+ )
]
- )
- ]
}
- ) []
+ []
```