--- old/test/nashorn/script/basic/parser/withStat.js.EXPECTED 2020-04-15 19:17:08.000000000 +0530 +++ /dev/null 2020-04-15 19:17:08.000000000 +0530 @@ -1,32 +0,0 @@ -{ - "type": "Program", - "body": [ - { - "type": "WithStatement", - "object": { - "type": "Identifier", - "name": "scope" - }, - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "x" - }, - "right": { - "type": "Identifier", - "name": "y" - } - } - } - ] - } - } - ] -}