--- old/test/nashorn/script/basic/parser/condExpr.js.EXPECTED 2020-04-15 19:16:43.000000000 +0530 +++ /dev/null 2020-04-15 19:16:43.000000000 +0530 @@ -1,23 +0,0 @@ -{ - "type": "Program", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "ConditionalExpression", - "test": { - "type": "Identifier", - "name": "a" - }, - "consequent": { - "type": "Identifier", - "name": "b" - }, - "alternate": { - "type": "Identifier", - "name": "c" - } - } - } - ] -}