blob: 5306f762eaea1a0995b8d41bbc7afb7d028c38c5 [file] [log] [blame]
Test for regression against Yarr Interpreter is crashing in some cases of look-ahead regex patterns
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS "ab".match(/a(?=b|c)/) is ["a"]
PASS "abd".match(/a(?=c|b)|d/) is ["a"]
PASS successfullyParsed is true
TEST COMPLETE