Fixed some test case formatting

This commit is contained in:
Sasha Koshka
2022-08-18 20:09:04 -04:00
parent cced825f74
commit ef90115a1b
3 changed files with 47 additions and 7 deletions

View File

@@ -115,22 +115,16 @@ func TestType (test *testing.T) {
:arf
---
type ro Basic:Int
type ro BasicInit:Int 6
type ro IntArray:{Int ..}
type ro IntArrayInit:{Int 3}
3298 923 92
type ro Complex:Obj
ro that:Basic
ro this:Basic
type ro ComplexInit:Obj
ro that:BasicInit
ro this:Basic 23
type ro ComplexWithComplexInit
ro basic:Basic 87
ro complex0:Complex