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.md50
1 files changed, 24 insertions, 26 deletions
diff --git a/test/command/6836.md b/test/command/6836.md
index 8c89ee0d2..b8e668a62 100644
--- a/test/command/6836.md
+++ b/test/command/6836.md
@@ -9,35 +9,33 @@ See @foo.
[@buchanan]
^D
[ Para
- [ Cite
- [ Citation
- { citationId = "buchanan"
- , citationPrefix = []
- , citationSuffix = []
- , citationMode = NormalCitation
- , citationNoteNum = 1
- , citationHash = 0
- }
+ [ Cite
+ [ Citation
+ { citationId = "buchanan"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = NormalCitation
+ , citationNoteNum = 1
+ , citationHash = 0
+ }
+ ]
+ [ Str "[@buchanan]" ]
]
- [ Str "[@buchanan]" ]
- ]
-, OrderedList
- ( 1, Example, TwoParens ) [ [] ]
+, OrderedList ( 1 , Example , TwoParens ) [ [] ]
+, Para [ Str "See" , Space , Str "1." ]
, Para
- [ Str "See", Space, Str "1." ]
-, Para
- [ Cite
- [ Citation
- { citationId = "buchanan"
- , citationPrefix = []
- , citationSuffix = []
- , citationMode = NormalCitation
- , citationNoteNum = 2
- , citationHash = 0
- }
+ [ Cite
+ [ Citation
+ { citationId = "buchanan"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = NormalCitation
+ , citationNoteNum = 2
+ , citationHash = 0
+ }
+ ]
+ [ Str "[@buchanan]" ]
]
- [ Str "[@buchanan]" ]
- ]
]
```