From 78b8b9dacda03baaac1cf0aba02b8fa39442c187 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 19 Aug 2022 11:37:30 -0400 Subject: [PATCH] Fixed test case for parser The correct output string was missing a type specifier. The lexer now passes this test. --- parser/parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/parser_test.go b/parser/parser_test.go index f324b6e..d628e91 100644 --- a/parser/parser_test.go +++ b/parser/parser_test.go @@ -121,7 +121,7 @@ type ro Complex:Obj type ro ComplexInit:Obj ro that:BasicInit ro this:Basic 23 -type ro ComplexWithComplexInit +type ro ComplexWithComplexInit:Obj ro basic:Basic 87 ro complex0:Complex .that 98