blob: 3827eb8e859d3ee373113e1f3251c8269043f60d [file] [log] [blame]
Test to ensure correct handling of --> as a single line comment when at the beginning of a line
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 'should be a syntax error' --> threw exception SyntaxError: Unexpected end of script.
PASS /**/ 1 --> threw exception SyntaxError: Unexpected end of script.
PASS 1 /**/ --> threw exception SyntaxError: Unexpected end of script.
PASS 1/*
*/--> threw exception SyntaxError: Unexpected token '>'.
PASS --> is undefined.
PASS /**/--> is undefined.
PASS /*
*/--> is undefined.
PASS successfullyParsed is true
TEST COMPLETE