aboutsummaryrefslogtreecommitdiff
path: root/test/command/6009.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-27 11:46:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-27 13:08:22 -0800
commit82f44592ae1f2253a5f7ca52d5d3a2299e9bc7a9 (patch)
tree9985343298b5584e11c1ba2bf30925a426e4e09d /test/command/6009.md
parentea2c5152ec81758fa3ee697c3d884843020a1172 (diff)
downloadpandoc-82f44592ae1f2253a5f7ca52d5d3a2299e9bc7a9.tar.gz
Fix parsing bug affected indented code after raw HTML.
Closes #6009, #5360.
Diffstat (limited to 'test/command/6009.md')
-rw-r--r--test/command/6009.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/command/6009.md b/test/command/6009.md
new file mode 100644
index 000000000..ed6b46cbb
--- /dev/null
+++ b/test/command/6009.md
@@ -0,0 +1,18 @@
+```
+% pandoc -t native
+ <tr>
+ <td>
+ </td>
+ </tr>
+
+x
+
+ y
+^D
+[RawBlock (Format "html") "<tr>"
+,RawBlock (Format "html") "<td>"
+,RawBlock (Format "html") "</td>"
+,RawBlock (Format "html") "</tr>"
+,Para [Str "x"]
+,CodeBlock ("",[],[]) "y"]
+```