Test fixes

This commit is contained in:
Scott Wadden 2022-05-02 23:02:07 -03:00
parent 474d39c470
commit e6ab21fe8b
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if 1 in 100:
echo "hit22"
let p = potato.new(label = "orange", color = green)
var target = p
var enu_target = p
forward 10
turn right
p.turn right

View File

@ -1 +1,6 @@
name zombie(unit: Unit)
- hello(height=22):
echo height.type
hello()