nashorn/test/script/nosecurity/treeapi/literal.js.EXPECTED
author hannesw
Wed, 27 Apr 2016 15:50:33 +0200
changeset 37732 3673fec68d16
parent 29543 4d9f8f8b69a4
permissions -rw-r--r--
8134503: support ES6 parsing in Nashorn Reviewed-by: jlaskey, sundar, mhaupt Contributed-by: andreas.woess@oracle.com

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