Skip to content

Commit af6c02e

Browse files
Update NumericExpressionReslover.cs
1 parent 1696a72 commit af6c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Helpers/NumericExpressionReslover.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static TryGet<CompiledExpression> CompileExpression(BaseToken[] tokens)
8383
break;
8484
}
8585
// great addition XD
86-
case { RawRep: "isnt" }:
86+
case { RawRep: "isnt" or "isn't" or "isnot" }:
8787
{
8888
AppendRaw("!=");
8989
break;

0 commit comments

Comments
 (0)