mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Merge branch 'unary-new' of http://github.com/satyr/coffee-script
This commit is contained in:
@@ -139,5 +139,6 @@ ok c is 3
|
||||
|
||||
|
||||
# Instanceof.
|
||||
ok new String instanceof String
|
||||
ok new Number not instanceof String
|
||||
# FIXME: These parentheses are workaround of #720
|
||||
ok (new String) instanceof String
|
||||
ok (new Number) not instanceof String
|
||||
|
||||
Reference in New Issue
Block a user