diff options
Diffstat (limited to 'test/command/7282.md')
-rw-r--r-- | test/command/7282.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/7282.md b/test/command/7282.md new file mode 100644 index 000000000..4ed6b5b3e --- /dev/null +++ b/test/command/7282.md @@ -0,0 +1,7 @@ +Don't crash on unmatched closing tag. +``` +% pandoc -f html -t native +</script> +^D +[] +``` |