Skip to content

Commit

Permalink
Add one more test case
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiCho committed Dec 23, 2023
1 parent 2bea072 commit c631322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/EvaluatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ public static function providerForTestEvalInfixExpressions(): array
["{{ -3 < -2 }}", '1'],
["{{ (-(5 + 5)) }}", '-10'],
["{{ (((5 + 5) * 2) * (5 + 5)) }}", '200'],
["{{ 23.5 * (4.5 - 3.5) }}", '23.5'],
];
}

Expand Down

0 comments on commit c631322

Please sign in to comment.