We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8384d26 commit 5881ae5Copy full SHA for 5881ae5
tests/extensions/attr_list.html
@@ -64,7 +64,6 @@ <h1>Bad attributes</h1>
64
<p>No <em>key or value</em></p>
65
<p><em>Weirdness</em></p>
66
<p><em>More weirdness</em></p>
67
-<p>This should not cause a <em foo="a=b">crash</em></p>
+<p>This should not cause a <em foo="a">crash</em></p>
68
<p>Attr_lists do not contain <em>newlines</em>{ foo=bar
69
-key=value }</p>
70
-<p>Extra <em foo="bar">equals signs</em></p>
+key=value }</p>
tests/extensions/attr_list.txt
@@ -92,5 +92,3 @@ This should not cause a *crash*{ foo=a=b }
92
93
Attr_lists do not contain *newlines*{ foo=bar
94
key=value }
95
-
96
-Extra *equals signs*{ foo=bar=baz }
0 commit comments