mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
nagated relational operators are now grouped into NOT_RELATED, fixing #720
This commit is contained in:
@@ -139,6 +139,5 @@ ok c is 3
|
||||
|
||||
|
||||
# Instanceof.
|
||||
# FIXME: These parentheses are workaround of #720
|
||||
ok (new String) instanceof String
|
||||
ok (new Number) not instanceof String
|
||||
ok new String instanceof String
|
||||
ok new Number not instanceof String
|
||||
|
||||
Reference in New Issue
Block a user