nashorn/test/script/basic/JDK-8066669.js.EXPECTED
author hannesw
Fri, 03 Feb 2017 13:28:00 +0100
changeset 43555 1bb10bccf057
parent 34979 03b189baa361
permissions -rw-r--r--
8173888: Test for JDK-8169481 causes stack overflows in parser tests Reviewed-by: jlaskey, sundar

{foo=bar, 1=2, false=true, null=0, a=null}
string foo
number 1
boolean false
object null
string a
string bar
number 2
boolean true
number 0
object null
map.foo=bar
map.false=undefined
map.null=undefined
map.a=null
{foo=baz, 1=2, false=true, null=0, a=null}