From 549a713808004d50282e2ff77f25f5e6116020b8 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Mon, 25 Mar 2019 22:06:55 -0700 Subject: Add regression test for #517. --- test/regression.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'test') diff --git a/test/regression.txt b/test/regression.txt index 4ec2c25..a6fb694 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -129,3 +129,19 @@ Issue commonmark#526 - unescaped ( in link title . <p>[link](url ((title))</p> ```````````````````````````````` + +Issue commonamrk#517 - script, pre, style close tag without +opener. + +```````````````````````````````` example +</script> + +</pre> + +</style> +. +</script> +</pre> +</style> +```````````````````````````````` + -- cgit v1.2.3