Searched refs:testForwardSlash (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/fast/regex/ |
D | toString-expected.txt | 35 PASS testForwardSlash("^/$", "/"); is true 36 PASS testForwardSlash("^/$", "/"); is true 37 PASS testForwardSlash("^\/$", "/"); is true 38 PASS testForwardSlash("^\\/$", "\/"); is true 39 PASS testForwardSlash("^\\\/$", "\/"); is true 40 FAIL testForwardSlash("^\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Invalid regul… 41 FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Invalid regu… 42 PASS testForwardSlash("x/x/x", "x\/x\/x"); is true 43 PASS testForwardSlash("x\/x/x", "x\/x\/x"); is true 44 PASS testForwardSlash("x/x\/x", "x\/x\/x"); is true [all …]
|
D | toString.js | 26 function testForwardSlash(pattern, _string) function
|