summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/regexp-character-match-out-of-order-expected.txt
blob: 8117dcaef605a346609af9d0aacb950e16f817ff (plain)
1
2
3
4
5
6
7
8
9
10
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