summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/regression.txt16
1 files changed, 16 insertions, 0 deletions
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>
+````````````````````````````````
+