Skip to content

Commit edd4e49

Browse files
committed
Fix test case
This was likely set to fail for debugging purposes
1 parent edfff24 commit edd4e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/cases.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ my @tests = (
9494
'<!-- comment <!-- not comment --> comment -->' =>
9595
['COMMENT[ comment <!]', 'COMMENT[> comment ]'],
9696
'<!-- <a href="foo"> -->' => ['COMMENT[ <a href="foo"> ]'],
97-
'<input type="checkbox" checked disabled foo>' => ['START[input]', "\tchecked: checked", "\tdisabled: disabled", "\tfoo: bar", "\ttype: checkbox" ],
97+
'<input type="checkbox" checked disabled foo>' => ['START[input]', "\tchecked: checked", "\tdisabled: disabled", "\tfoo: <undef>", "\ttype: checkbox" ],
9898
);
9999

100100
plan tests => @tests / 2;

0 commit comments

Comments
 (0)