Home
last modified time | relevance | path

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

/external/v8/test/webkit/fast/regex/
DtoString-expected.txt46 FAIL testLineTerminator("\n"); should be false. Was true.
47 PASS testLineTerminator("\\n"); is false
48 FAIL testLineTerminator("\r"); should be false. Was true.
49 PASS testLineTerminator("\\r"); is false
50 FAIL testLineTerminator("\u2028"); should be false. Was true.
51 PASS testLineTerminator("\\u2028"); is false
52 FAIL testLineTerminator("\u2029"); should be false. Was true.
53 PASS testLineTerminator("\\u2029"); is false
DtoString.js36 function testLineTerminator(pattern) function