haikuwebkit/LayoutTests/js/var-declarations-zero-width...

13 lines
308 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This page tests if U+200C and U+200D are allowed as part of an identifier.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS var x = 42; x is 42
PASS var x = 43; x is 43
PASS var x = 44; x is 44
PASS successfullyParsed is true
TEST COMPLETE