nagated relational operators are now grouped into NOT_RELATED, fixing #720

This commit is contained in:
satyr
2010-10-06 00:43:44 +09:00
parent 1e60c4c4d2
commit 380bee97dd
9 changed files with 39 additions and 35 deletions

View File

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