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