blob: b2d3a94158e36111afef4f204dd05f967cac1499 [file] [log] [blame]
Test JS parser handling of regex literals starting with /=
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS /=/.toString() is '/=/'
PASS /=/.test('') is false
PASS /=/.test('=') is true
PASS '='.match(/=/) is ['=']
PASS '='.match(/\=/) is ['=']
PASS successfullyParsed is true
TEST COMPLETE