summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8155.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/command/8155.md b/test/command/8155.md
new file mode 100644
index 000000000..966bff871
--- /dev/null
+++ b/test/command/8155.md
@@ -0,0 +1,19 @@
+```
+% pandoc -f native -t revealjs
+[ Null
+, Header
+ 2
+ ( "header-after-null" , [] , [] )
+ [ Str "Header"
+ , Space
+ , Str "after"
+ , Space
+ , Str "null"
+ ]
+]
+^D
+<section id="header-after-null" class="title-slide slide level2">
+<h2>Header after null</h2>
+
+</section>
+```