Ticket #1271: test1271.diff
| File test1271.diff, 1.0 kB (added by joern, 9 months ago) |
|---|
-
test/unit/selector.js
29 29 }); 30 30 } 31 31 32 test("#1271", function() { 33 t( "xxx", "#testFor1271 [foo]", ["foobar" ]); 34 }); 35 32 36 test("broken", function() { 33 37 expect(7); 34 38 t( "Broken Selector", "[", [] ); -
test/index.html
