test/nashorn/script/basic/JDK-8066669.js.EXPECTED
changeset 47216 71c04702a3d5
parent 34979 03b189baa361
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/nashorn/script/basic/JDK-8066669.js.EXPECTED	Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,16 @@
+{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}