From aa84d9a4297659cf717fcfc731f11a796d8ed9f4 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 23 Aug 2022 01:35:35 -0400 Subject: [PATCH] Removed space alignment and hex literals from test case check ToString is not capable of producing this --- parser/parser_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parser/parser_test.go b/parser/parser_test.go index e8d175b..42d789f 100644 --- a/parser/parser_test.go +++ b/parser/parser_test.go @@ -179,9 +179,9 @@ enum ro AffrontToGod:{Int 4} 3 4 enum ro NamedColor:U32 - red 0xFF0000 - green 0x00FF00 - blue 0x0000FF + red 16711680 + green 65280 + blue 255 enum ro Weekday:Int sunday monday