package parser
import "testing"
func TestSkim (test *testing.T) {
checkTree ("../tests/parser/skim", true,
`:arf
---
data ro aExternalData:Int
external
data ro bSingleValue:Int
data ro cNestedObject:Obj
data ro dUninitialized:Int:16:mut
data ro eIntegerArrayInitialized:Int:16:mut
func ro fComplexFunction
func ro gExternalFunction
> x:Int
< arr:Int
`, test)
}