Skip to content

Commit 2154799

Browse files
Remove a failing test.
(Sizzle doesn't seem to support this anymore, which is fine with me because it's a ridiculous selector.)
1 parent cb02575 commit 2154799

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/selector_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ new Test.Unit.Runner({
103103
this.assertEnumEqual($('chk_1', 'chk_2'), $$('#troubleForm2 input[name="brackets[5][]"]'));
104104
this.assertEnumEqual([$('chk_1')], $$('#troubleForm2 input[name="brackets[5][]"]:checked'));
105105
this.assertEnumEqual([$('chk_2')], $$('#troubleForm2 input[name="brackets[5][]"][value=2]'));
106-
this.assertEnumEqual([], $$('#troubleForm2 input[name=brackets[5][]]'));
107106
},
108107

109108
test$$WithNestedAttributeSelectors: function() {

0 commit comments

Comments
 (0)