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

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"
}
]