update tests

This commit is contained in:
z7zmey
2018-04-09 23:26:44 +03:00
parent 83a1400a4f
commit 6ff2beafa3
76 changed files with 603 additions and 532 deletions

View File

@@ -22,7 +22,7 @@ func ExampleDumper() {
}
}`
nodes, comments, positions := php7.Parse(bytes.NewBufferString(src), "test.php")
nodes, comments, positions, _ := php7.Parse(bytes.NewBufferString(src), "test.php")
nsResolver := visitor.NewNamespaceResolver()
nodes.Walk(nsResolver)