Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / regexp-unicode-overflow-expected.txt
blob9d4d904edb21bba213f03518ee3e2322de294462
1 This test checks for a regression against REGRESSION: Apparent WebKit JavaScript memory smasher when submitting comment to iWeb site (crashes in kjs_pcre_compile2). If it fails, it may crash.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS new RegExp("[k ]", "i").toString() is /[k ]/i.toString()
7 PASS new RegExp("[k’]", "i").toString() is /[k’]/i.toString()
8 PASS new RegExp("[k“]", "i").toString() is /[k“]/i.toString()
9 PASS new RegExp("[k”]", "i").toString() is /[k”]/i.toString()
10 PASS successfullyParsed is true
12 TEST COMPLETE