package ast import ( "testing" ) func Test(t *testing.T) { nodes := map[string]Node{ `0x7f980b858309 foo`: &ModeAttr{ Addr: 0x7f980b858309, Pos: NewPositionFromString("line:11:7, line:18:7"), Name: "foo", ChildNodes: []Node{}, }, } runNodeTests(t, nodes) }