japl/tests/japl/errors/undefname.jpl

9 lines
171 B
Plaintext

var a = b;
//output:An unhandled exception occurred, traceback below:
//output: File '''', line 1, in <module>:
//output:ReferenceError: undefined name 'b'
//output: