mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00

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
26 lines
446 B
Text
26 lines
446 B
Text
[
|
|
{
|
|
"endPosition": "2",
|
|
"kind": "NUMBER_LITERAL",
|
|
"value": "1",
|
|
"startPosition": "1"
|
|
},
|
|
{
|
|
"endPosition": "7",
|
|
"kind": "NULL_LITERAL",
|
|
"value": "null",
|
|
"startPosition": "3"
|
|
},
|
|
{
|
|
"endPosition": "19",
|
|
"kind": "BOOLEAN_LITERAL",
|
|
"value": "false",
|
|
"startPosition": "14"
|
|
},
|
|
{
|
|
"endPosition": "31",
|
|
"kind": "STRING_LITERAL",
|
|
"value": "use strict",
|
|
"startPosition": "21"
|
|
}
|
|
]
|