summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-01-13 15:20:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-13 15:20:50 -0800
commit676a6b1f82c0679f91f40dfc9d63f3d27945c698 (patch)
tree0eabec157e4ec5e93c744a3ee894c81090eda0cb /test/command
parentb2d93afddbdca9de55d41967ea68001ed7747f20 (diff)
Remove block constructor Null from the code base.
It has been removed from pandoc-types.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8155.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/command/8155.md b/test/command/8155.md
deleted file mode 100644
index 966bff871..000000000
--- a/test/command/8155.md
+++ /dev/null
@@ -1,19 +0,0 @@
-```
-% 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>
-```