leo/tests/parser/statement/console_fail.leo
2022-04-19 13:16:09 -07:00

11 lines
124 B
Plaintext
Raw 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.

/*
namespace: ParseStatement
expectation: Fail
*/
console.error(""); // bidi override
console.log(1);
console.test();