diff options
Diffstat (limited to 'tests/order-of-operations.tdy')
| -rw-r--r-- | tests/order-of-operations.tdy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/order-of-operations.tdy b/tests/order-of-operations.tdy index f739ccb..4f635b0 100644 --- a/tests/order-of-operations.tdy +++ b/tests/order-of-operations.tdy @@ -3,6 +3,7 @@ 5 <=> 1 * 2 + 3 (1 + 2) * 3 <=> 9 //- +-1 <=> 0 - 1 -1 + 2 <=> 1 -(1 + 2) <=> -3 1 + -1 <=> 0 |
