From 3974ce7c4f0623cef3fcf0abf95d8be6a54d3b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 7 Mar 2021 17:47:08 +0100 Subject: auto indent the tests --- progs/tests/auto/precedence.sy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'progs/tests/auto/precedence.sy') diff --git a/progs/tests/auto/precedence.sy b/progs/tests/auto/precedence.sy index 0aee658..ae08e05 100644 --- a/progs/tests/auto/precedence.sy +++ b/progs/tests/auto/precedence.sy @@ -1,8 +1,8 @@ start :: fn { -f := fn a: int, b: int -> int { - ret a + b - } - 1 + f(2, 3) <=> 6 - 2 * f(2, 3) <=> 10 - f(2, 3) - (2 + 3) <=> 0 + f := fn a: int, b: int -> int { + ret a + b + } + 1 + f(2, 3) <=> 6 + 2 * f(2, 3) <=> 10 + f(2, 3) - (2 + 3) <=> 0 } -- cgit v1.2.1