update README.md
This commit is contained in:
parent
d30cf11d35
commit
416d7f0959
@ -33,7 +33,7 @@ func main() {
|
|||||||
src := bytes.NewBufferString(`<? echo "Hello world";`)
|
src := bytes.NewBufferString(`<? echo "Hello world";`)
|
||||||
nodes, comments, positions := parser.Parse(src, "example.php")
|
nodes, comments, positions := parser.Parse(src, "example.php")
|
||||||
|
|
||||||
visitor := visitor.Dumper{" | ", comments, positions}
|
visitor := visitor.Dumper{"", comments, positions}
|
||||||
nodes.Walk(visitor)
|
nodes.Walk(visitor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user