jdk-24/nashorn/test/script/nosecurity/treeapi/continueStat.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

33 lines
536 B
Plaintext

[
{
"endPosition": "25",
"kind": "CONTINUE",
"label": "null",
"startPosition": "16"
},
{
"endPosition": "68",
"kind": "CONTINUE",
"label": "begin",
"startPosition": "53"
},
{
"endPosition": "108",
"kind": "CONTINUE",
"label": "start",
"startPosition": "93"
},
{
"endPosition": "126",
"kind": "CONTINUE",
"label": "null",
"startPosition": "117"
},
{
"endPosition": "164",
"kind": "CONTINUE",
"label": "label",
"startPosition": "149"
}
]