When we append a token to the new dispenser, we need to consume it in the parent, too; otherwise it gets scanned twice, which in this case messed up the nesting count which got decremented once too many times. |
||
|---|---|---|
| .. | ||
| testdata | ||
| adapter.go | ||
| dispenser.go | ||
| dispenser_test.go | ||
| lexer.go | ||
| lexer_test.go | ||
| parse.go | ||
| parse_fuzz.go | ||
| parse_test.go | ||