We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/test262/ch14/14.1/14.1-4-s.js tests for
'use str\ ict';
Esprima outputs:
{ "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "'use str\\\r\nict'", "range": [ 579, 594 ] }
We're using the value instead of raw_value?
Need to check if the same applies to the closure variant.
The text was updated successfully, but these errors were encountered:
Blocking resource-reasoning/jscert_dev#35
Sorry, something went wrong.
This was fixed by #10
No branches or pull requests
tests/test262/ch14/14.1/14.1-4-s.js tests for
Esprima outputs:
We're using the value instead of raw_value?
Need to check if the same applies to the closure variant.
The text was updated successfully, but these errors were encountered: