### Goparsify Debug Output Example Source: https://pkg.go.dev/github.com/vektah/goparsify This is an example of the detailed output generated when running tests with debug logging enabled. It shows the parser's step-by-step progress, including tokens found and expected. ```text adam:goparsify(master)$ go test -tags debug ./html -v === RUN TestParse hTtml.go:48 |
hellohello
hello
hello
hello
hello
hello
hello
hello
found > hTtml.go:43 | hello
] hTtml.go:24 | hello
hTtml.go:48 |
| < found < hTtml.go:20 | color="blue">w | identifier found p hTtml.go:33 | color="blue">w | attrs { hTtml.go:32 | color="blue">w | attr { hTtml.go:20 | ="blue">world | identifier found color hTtml.go:32 | "blue">world
worldworldworldworldworldworld found > hTtml.go:43 | world