Fixed test case for parser

The correct output string was missing a type specifier. The lexer now passes
this test.
This commit is contained in:
Sasha Koshka 2022-08-19 11:37:30 -04:00
parent 2605d1fb09
commit 78b8b9dacd
1 changed files with 1 additions and 1 deletions

View File

@ -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