b7d77b1297
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
24 lines
444 B
Plaintext
24 lines
444 B
Plaintext
[
|
|
{
|
|
"endPosition": "9",
|
|
"kind": "REGEXP_LITERAL",
|
|
"options": "i",
|
|
"pattern": "[abc]",
|
|
"startPosition": "1"
|
|
},
|
|
{
|
|
"endPosition": "46",
|
|
"kind": "REGEXP_LITERAL",
|
|
"options": "ig",
|
|
"pattern": "([^abc])*([a-z])+([^0-9])?(x|y)",
|
|
"startPosition": "11"
|
|
},
|
|
{
|
|
"endPosition": "72",
|
|
"kind": "REGEXP_LITERAL",
|
|
"options": "igm",
|
|
"pattern": "^\\w\\W\\n\\f\\0$",
|
|
"startPosition": "55"
|
|
}
|
|
]
|