Fixed test case for parser

The correct output string was missing a type specifier. The lexer now passes
this test.
pull/4/head
Sasha Koshka 7 months ago
parent 2605d1fb09
commit 78b8b9dacd

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