tests/test262/ch14/14.1/14.1-4-s.js tests for ``` javascript 'use str\ ict'; ``` Esprima outputs: ``` json { "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?
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?