Skip to content

Commit 2fad1f6

Browse files
committed
fixup! Update characters that need be quoted in attributes in the serializer per spec
1 parent fd5a486 commit 2fad1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tests/serializer-testdata/core.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"expected": [
45-
"<span title=foo<bar>"
45+
"<span title=\"foo<bar\">"
4646
],
4747
"input": [
4848
[

0 commit comments

Comments
 (0)