test/script/basic/NASHORN-737.js.EXPECTED

changeset 551
917b16e509bd
parent 3
da1e581c933b
child 952
6d5471a497fb
child 963
e2497b11a021
equal deleted inserted replaced
550:572a2e50ba9e 551:917b16e509bd
1 {"type":"Program","rest":null,"body":[{"type":"LabeledStatement","label":{"type":"Identifier","name":"label"},"body":{"type":"BlockStatement","body":[{"type":"WhileStatement","test":{"type":"Literal","value":true},"block":{"type":"BlockStatement","body":[{"type":"BreakStatement","label":"label"}]}}]}}]} 1 {
2 "type": "Program",
3 "body": [
4 {
5 "type": "LabeledStatement",
6 "label": {
7 "type": "Identifier",
8 "name": "label"
9 },
10 "body": {
11 "type": "BlockStatement",
12 "body": [
13 {
14 "type": "WhileStatement",
15 "test": {
16 "type": "Literal",
17 "value": true
18 },
19 "body": {
20 "type": "BlockStatement",
21 "body": [
22 {
23 "type": "BreakStatement",
24 "label": {
25 "type": "Identifier",
26 "name": "label"
27 }
28 }
29 ]
30 }
31 }
32 ]
33 }
34 }
35 ]
36 }

mercurial