From ec21a1d05ea21e2ecf3b511870078b591b556bb7 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 17 Sep 2022 01:01:30 -0400 Subject: [PATCH] oopsie hehe --- tests/parser/enum/main.arf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/parser/enum/main.arf b/tests/parser/enum/main.arf index 90ab9be..9e2aedf 100644 --- a/tests/parser/enum/main.arf +++ b/tests/parser/enum/main.arf @@ -30,7 +30,7 @@ enum ro AffrontToGod:Int:4 4> enum ro ThisIsTerrible:Obj:(.rw x:Int .rw y:Int) - - up: (.x: 0 .y: -1) - - down: (.x: 0 .y: 1) - - left: (.x: -1 .y: 0) - - right: (.x: 1 .y: 0) + - up: (.x:< 0> .y:<-1>) + - down: (.x:< 0> .y:< 1>) + - left: (.x:<-1> .y:< 0>) + - right: (.x:< 1> .y:< 0>)