test/nashorn/script/basic/JDK-8066669.js.EXPECTED
changeset 47216 71c04702a3d5
parent 34979 03b189baa361
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 {foo=bar, 1=2, false=true, null=0, a=null}
       
     2 string foo
       
     3 number 1
       
     4 boolean false
       
     5 object null
       
     6 string a
       
     7 string bar
       
     8 number 2
       
     9 boolean true
       
    10 number 0
       
    11 object null
       
    12 map.foo=bar
       
    13 map.false=undefined
       
    14 map.null=undefined
       
    15 map.a=null
       
    16 {foo=baz, 1=2, false=true, null=0, a=null}