Skip to content

Commit

Permalink
Add example from issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Oct 31, 2023
1 parent de409a0 commit 48db165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StringMath.Tests/BooleanExprTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void Evaluate_Boolean_Numbers()
[Test]
public void Evaluate_Boolean_Globals()
{
Assert.IsTrue("{true} or {false} and {true}".EvalBoolean(_context));
Assert.IsTrue("{true} or {false}".EvalBoolean(_context));
Assert.IsFalse("{false} or {false}".EvalBoolean(_context));
Assert.IsFalse("{true} and {false}".EvalBoolean(_context));
Expand Down

0 comments on commit 48db165

Please sign in to comment.