Home
last modified time | relevance | path

Searched refs:testForwardSlash (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/fast/regex/
DtoString-expected.txt35 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 …]
DtoString.js26 function testForwardSlash(pattern, _string) function