HomeSort by relevance Sort by last modified time
    Searched full:testforwardslash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 26 function testForwardSlash(pattern, _string)
52 shouldBeTrue('testForwardSlash("^/$", "/");');
53 shouldBeTrue('testForwardSlash("^\/$", "/");');
55 shouldBeTrue('testForwardSlash("^\\/$", "/");');
57 shouldBeTrue('testForwardSlash("^\\\\/$", "\\/");');
58 shouldBeTrue('testForwardSlash("^\\\\\\/$", "\\/");');
60 shouldBeTrue('testForwardSlash("^\\\\\\\\/$", "\\\\/");');
61 shouldBeTrue('testForwardSlash("^\\\\\\\\\\/$", "\\\\/");');
63 shouldBeTrue('testForwardSlash("x/x/x", "x\\/x\\/x");');
64 shouldBeTrue('testForwardSlash("x\\/x/x", "x\\/x\\/x");')
    [all...]
toString-expected.txt 35 FAIL testForwardSlash("^/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of input
36 FAIL testForwardSlash("^/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of input
37 FAIL testForwardSlash("^\/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of input
38 PASS testForwardSlash("^\\/$", "\/"); is true
39 PASS testForwardSlash("^\\\/$", "\/"); is true
40 FAIL testForwardSlash("^\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected end of input
41 FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected end of input
42 FAIL testForwardSlash("x/x/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected end of input
43 FAIL testForwardSlash("x\/x/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected end of input
44 FAIL testForwardSlash("x/x\/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected end of inpu
    [all...]

Completed in 2153 milliseconds