We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb02575 commit 2154799Copy full SHA for 2154799
test/unit/selector_test.js
@@ -103,7 +103,6 @@ new Test.Unit.Runner({
103
this.assertEnumEqual($('chk_1', 'chk_2'), $$('#troubleForm2 input[name="brackets[5][]"]'));
104
this.assertEnumEqual([$('chk_1')], $$('#troubleForm2 input[name="brackets[5][]"]:checked'));
105
this.assertEnumEqual([$('chk_2')], $$('#troubleForm2 input[name="brackets[5][]"][value=2]'));
106
- this.assertEnumEqual([], $$('#troubleForm2 input[name=brackets[5][]]'));
107
},
108
109
test$$WithNestedAttributeSelectors: function() {
0 commit comments