Fixed test formatting

This commit is contained in:
Sasha Koshka 2022-08-19 03:05:25 -04:00
parent 9b4279c052
commit 9dce9b2f75
2 changed files with 6 additions and 4 deletions

View File

@ -116,9 +116,6 @@ func TestType (test *testing.T) {
--- ---
type ro Basic:Int type ro Basic:Int
type ro BasicInit:Int 6 type ro BasicInit:Int 6
type ro IntArray:{Int ..}
type ro IntArrayInit:{Int 3}
3298 923 92
type ro Complex:Obj type ro Complex:Obj
ro that:Basic ro that:Basic
ro this:Basic ro this:Basic
@ -133,6 +130,11 @@ type ro ComplexWithComplexInit
ro complex1:Complex ro complex1:Complex
.that 98902 .that 98902
.this 235 .this 235
type ro IntArray:{Int ..}
type ro IntArrayInit:{Int 3}
3298
923
92
`, test) `, test)
} }

View File

@ -17,7 +17,7 @@ type ro ComplexInit:Obj
ro that:BasicInit ro that:BasicInit
ro this:Basic 23 ro this:Basic 23
type ro ComplexWithComplexInit type ro ComplexWithComplexInit:Obj
ro complex0:Complex ro complex0:Complex
.that 98 .that 98
.this 2 .this 2