summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/7863.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/command/7863.md b/test/command/7863.md
new file mode 100644
index 000000000..b732e9710
--- /dev/null
+++ b/test/command/7863.md
@@ -0,0 +1,20 @@
+```
+% pandoc -f commonmark+yaml_metadata_block+sourcepos -t native
+---
+key:
+ |
+ value
+...
+
+
+Text
+^D
+[ Div
+ ( "" , [] , [ ( "data-pos" , "8:1-9:1" ) ] )
+ [ Para
+ [ Span
+ ( "" , [] , [ ( "data-pos" , "8:1-8:5" ) ] ) [ Str "Text" ]
+ ]
+ ]
+]
+```