Andy 0545173f66 Test runner: Detect extra property in 'actual' but not in 'expected'. (#407)
* Test runner: Detect extra property in 'actual' but not in 'expected'.

Also update all expected.json where this would result in errors.

* Include rmExpected.js script in case it is needed again
2017-03-19 22:03:11 +01:00

203 lines
4.6 KiB
JSON

{
"type": "File",
"start": 0,
"end": 56,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 56
}
},
"program": {
"type": "Program",
"start": 0,
"end": 56,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 56
}
},
"sourceType": "script",
"body": [
{
"type": "SwitchStatement",
"start": 0,
"end": 56,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 56
}
},
"discriminant": {
"type": "Identifier",
"start": 8,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 14
},
"identifierName": "answer"
},
"name": "answer"
},
"cases": [
{
"type": "SwitchCase",
"start": 18,
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 39
}
},
"consequent": [
{
"type": "ExpressionStatement",
"start": 27,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 27,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 31
}
},
"callee": {
"type": "Identifier",
"start": 27,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "hi"
},
"name": "hi"
},
"arguments": []
}
},
{
"type": "BreakStatement",
"start": 33,
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 39
}
},
"label": null
}
],
"test": {
"type": "NumericLiteral",
"start": 23,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 23
},
"end": {
"line": 1,
"column": 25
}
},
"extra": {
"rawValue": 42,
"raw": "42"
},
"value": 42
}
},
{
"type": "SwitchCase",
"start": 40,
"end": 54,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 54
}
},
"consequent": [
{
"type": "BreakStatement",
"start": 49,
"end": 54,
"loc": {
"start": {
"line": 1,
"column": 49
},
"end": {
"line": 1,
"column": 54
}
},
"label": null
}
],
"test": null
}
]
}
],
"directives": []
}
}