From 875f8f36545d1c21fa3d29c52c40517a667f2574 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 14 May 2021 11:58:58 +0200 Subject: HTML reader: don't fail on unmatched closing "script" tag. Prevent the reader from crashing if the HTML input contains an unmatched closing `` tag. Fixes: #7282 --- test/command/7282.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/7282.md (limited to 'test') 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 + +^D +[] +``` -- cgit v1.2.3