blob: 3c29356a4a519dc52092dfd13a460d4260f2c36e [file] [log] [blame]
commit-queue@webkit.orgd5801902012-02-24 08:20:51 +00001This page tests if U+200C and U+200D are allowed as part of an identifier.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS var x‌ = 42; x‌ is 42
7PASS var x‍ = 43; x‍ is 43
8PASS var x‌‍ = 44; x‌‍ is 44
9PASS successfullyParsed is true
10
11TEST COMPLETE
12