From 645456bb48dd5563721a1232a7bf8829784d8237 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 3 Sep 2022 12:56:20 -0400 Subject: [PATCH] Fixed func section test case formatting --- parser/func_test.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/parser/func_test.go b/parser/func_test.go index 44e735c..ca8cede 100644 --- a/parser/func_test.go +++ b/parser/func_test.go @@ -27,25 +27,25 @@ func ro dArgumentTypes --- [bird tree butterfly.wing "hello world" grass:{Int:mut 8}] func ro eMath - [> x:Int] - [> y:Int] - [< z:Int] - [---] + > x:Int + > y:Int + < z:Int + --- [++ x] [-- y] [set z [+ [* 0392 00] 98 x [/ 9832 y] 930]] [! true] [~ 0b01] [% 873 32] - [= 5 5] + [= 5 5] [!= 4 4] - [<= 4 98] - [< 4 98] - [<< 0x0F 4] - [>= 98 4] - [> 98 4] - [>> 0xF0 4] - [| 0b01 0b10] + [<= 4 98] + [< 4 98] + [<< 0x0F 4] + [>= 98 4] + [> 98 4] + [>> 0xF0 4] + [| 0b01 0b10] [& 0b110 0b011] [&& true true] [|| true false]