mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
fixing test for {} + {}
This commit is contained in:
@@ -75,5 +75,8 @@ if {} instanceof Object
|
|||||||
else
|
else
|
||||||
ok no
|
ok no
|
||||||
|
|
||||||
result = {} + {}
|
try
|
||||||
ok result is '[object Object][object Object]'
|
{} + {}
|
||||||
|
ok yes
|
||||||
|
catch e
|
||||||
|
ok no
|
||||||
|
|||||||
Reference in New Issue
Block a user