This commit is contained in:
Jeremy Ashkenas
2010-09-27 22:52:40 -04:00
11 changed files with 166 additions and 172 deletions

View File

@@ -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