diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/operators.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/operators.nom b/tests/operators.nom index 40c503f..6a749d8 100644 --- a/tests/operators.nom +++ b/tests/operators.nom @@ -40,7 +40,7 @@ with {%z:nil, %x:999} assume (%x = 1) or barf "'with' scoping failed" assume (%z = (nil)) or barf "'with' scoping failed" -assume ((1+2*3-4/2^2) = 6) or barf "math expressions not working properly" +assume ((1 + 2*3 - 4/2^2) = 6) or barf "math expressions not working properly" assume ((5 wrapped around 2) = 1) or barf "mod not working" assume (1 <= 2 < 3) or barf "chained operator fail." %value <- -999 |
