diff options
Diffstat (limited to 'tests/typ/code/ops-assoc.typ')
| -rw-r--r-- | tests/typ/code/ops-assoc.typ | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/typ/code/ops-assoc.typ b/tests/typ/code/ops-assoc.typ index 19c56951..ec128c61 100644 --- a/tests/typ/code/ops-assoc.typ +++ b/tests/typ/code/ops-assoc.typ @@ -10,9 +10,9 @@ --- // Assignment is right-associative. { - let x = 1 - let y = 2 - x = y = "ok" - test(x, none) - test(y, "ok") + let x = 1 + let y = 2 + x = y = "ok" + test(x, none) + test(y, "ok") } |
