aboutsummaryrefslogtreecommitdiff
path: root/test/command/6836.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6836.md')
-rw-r--r--test/command/6836.md36
1 files changed, 30 insertions, 6 deletions
diff --git a/test/command/6836.md b/test/command/6836.md
index c35048045..b8e668a62 100644
--- a/test/command/6836.md
+++ b/test/command/6836.md
@@ -1,5 +1,5 @@
```
-pandoc -t native
+% pandoc -t native
[@buchanan]
(@foo)
@@ -8,10 +8,34 @@ See @foo.
[@buchanan]
^D
-[Para [Cite [Citation {citationId = "buchanan", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 1, citationHash = 0}] [Str "[@buchanan]"]]
-,OrderedList (1,Example,TwoParens)
- [[]]
-,Para [Str "See",Space,Str "1."]
-,Para [Cite [Citation {citationId = "buchanan", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 2, citationHash = 0}] [Str "[@buchanan]"]]]
+[ Para
+ [ Cite
+ [ Citation
+ { citationId = "buchanan"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = NormalCitation
+ , citationNoteNum = 1
+ , citationHash = 0
+ }
+ ]
+ [ Str "[@buchanan]" ]
+ ]
+, OrderedList ( 1 , Example , TwoParens ) [ [] ]
+, Para [ Str "See" , Space , Str "1." ]
+, Para
+ [ Cite
+ [ Citation
+ { citationId = "buchanan"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = NormalCitation
+ , citationNoteNum = 2
+ , citationHash = 0
+ }
+ ]
+ [ Str "[@buchanan]" ]
+ ]
+]
```