blob: 17716b859c281ee78bf1500d90ad759402237c16 [file] [log] [blame]
This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS re.exec('a') is ['a']
PASS successfullyParsed is true
TEST COMPLETE