Skip to content

Commit 5881ae5

Browse files
committed
No need to test the same thing twice.
Related to #498.
1 parent 8384d26 commit 5881ae5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

tests/extensions/attr_list.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ <h1>Bad attributes</h1>
6464
<p>No <em>key or value</em></p>
6565
<p><em>Weirdness</em></p>
6666
<p><em>More weirdness</em></p>
67-
<p>This should not cause a <em foo="a=b">crash</em></p>
67+
<p>This should not cause a <em foo="a">crash</em></p>
6868
<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>
69+
key=value }</p>

tests/extensions/attr_list.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,3 @@ This should not cause a *crash*{ foo=a=b }
9292

9393
Attr_lists do not contain *newlines*{ foo=bar
9494
key=value }
95-
96-
Extra *equals signs*{ foo=bar=baz }

0 commit comments

Comments
 (0)