You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2018. It is now read-only.
tests/test262/ch14/14.1/14.1-4-s.js tests for
Esprima outputs:
{ "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "'use str\\\r\nict'", "range": [ 579, 594 ] }I think we're using the value instead of raw_value?