Chakra Version
Latest Commit 9e2f198 (Release Version)
Test case
Execution steps
./ChakraCore/out/Release/ch testcase.js
Expected behavior
SyntaxError: Unexpected end of script
Actual behavior
(No exception was thrown)
Description
Obviously this is a syntax error, however CC does not throw any exceptions. I've tried other engines, and they all throw SyntaxError, So i suspect it's a bug.
Chakra Version
Latest Commit 9e2f198 (Release Version)
Test case
Execution steps
Expected behavior
Actual behavior
Description
Obviously this is a syntax error, however CC does not throw any exceptions. I've tried other engines, and they all throw SyntaxError, So i suspect it's a bug.