blob: 8117dcaef605a346609af9d0aacb950e16f817ff [file] [log] [blame]
Test to ensure RegExp generates single character matches in the correct order
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS /[\w']+/.exec("'_'").toString() is "'_'"
PASS successfullyParsed is true
TEST COMPLETE