Searched refs:testLineTerminator (Results 1 – 2 of 2) sorted by relevance
46 FAIL testLineTerminator("\n"); should be false. Was true.47 PASS testLineTerminator("\\n"); is false48 FAIL testLineTerminator("\r"); should be false. Was true.49 PASS testLineTerminator("\\r"); is false50 FAIL testLineTerminator("\u2028"); should be false. Was true.51 PASS testLineTerminator("\\u2028"); is false52 FAIL testLineTerminator("\u2029"); should be false. Was true.53 PASS testLineTerminator("\\u2029"); is false
36 function testLineTerminator(pattern) function