diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-25 22:06:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-25 22:06:55 -0700 |
commit | 549a713808004d50282e2ff77f25f5e6116020b8 (patch) | |
tree | f0c11f8222d62a899870c312aa41f126bde90220 /test | |
parent | 41c6d276efa621054225433a75330a32ef5e022a (diff) |
Add regression test for #517.
Diffstat (limited to 'test')
-rw-r--r-- | test/regression.txt | 16 |
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> +```````````````````````````````` + |