haikuwebkit/LayoutTests/js/regexp-character-match-out-...

11 lines
258 B
Plaintext

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