jdk-24/nashorn/test/script/nosecurity/treeapi/breakStat.js.EXPECTED
Sergey Lugovoy b7d77b1297 8068306: Tests for AST presentation Nashorn Parser API
8068304: Tests for Diagnostic listener for Nashorn Parser API
8068303: Create tests for Nashorn Parser API for create Tree from some different source and parameters

Reviewed-by: sundar, lagergren
2015-03-20 13:19:47 +03:00

39 lines
621 B
Plaintext

[
{
"endPosition": "21",
"kind": "BREAK",
"label": "null",
"startPosition": "15"
},
{
"endPosition": "58",
"kind": "BREAK",
"label": "loop",
"startPosition": "48"
},
{
"endPosition": "93",
"kind": "BREAK",
"label": "loop",
"startPosition": "83"
},
{
"endPosition": "108",
"kind": "BREAK",
"label": "null",
"startPosition": "102"
},
{
"endPosition": "170",
"kind": "BREAK",
"label": "null",
"startPosition": "165"
},
{
"endPosition": "198",
"kind": "BREAK",
"label": "null",
"startPosition": "192"
}
]