Skip to content

Commit 549a713

Browse files
committed
Add regression test for commonmark#517.
1 parent 41c6d27 commit 549a713

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/regression.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,19 @@ Issue commonmark#526 - unescaped ( in link title
129129
.
130130
<p>[link](url ((title))</p>
131131
````````````````````````````````
132+
133+
Issue commonamrk#517 - script, pre, style close tag without
134+
opener.
135+
136+
```````````````````````````````` example
137+
</script>
138+
139+
</pre>
140+
141+
</style>
142+
.
143+
</script>
144+
</pre>
145+
</style>
146+
````````````````````````````````
147+

0 commit comments

Comments
 (0)