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:
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
|
||||
|
Reference in New Issue
Block a user