Skip to content

Commit

Permalink
Add missing issue reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Jan 18, 2022
1 parent 242cc87 commit 32b4b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/serialization/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"expected": "<html><head></head><body><pre>1</pre><pre>\n2</pre><textarea>3</textarea><textarea>\n4</textarea><listing>5</listing><listing>\n6</listing></body></html>"
},
{
"name": "Mixed content",
"name": "Mixed content (GH-333)",
"input": "<svg><style>&lt;</style></svg><style>&lt;</style><svg><script>&lt;</script></svg><script>&lt;</script>",
"expected": "<html><head></head><body><svg><style>&lt;</style></svg><style>&lt;</style><svg><script>&lt;</script></svg><script>&lt;</script></body></html>"
}
Expand Down

0 comments on commit 32b4b56

Please sign in to comment.