ABNF char-val sensitivity inverted on `generate` API
Closed this issue · 1 comments
pandatix commented
@Timothepou made a demo using pap, but it generated a case-sensitive string for a case-insensitive rule.
The sensitivity check at https://github.com/pandatix/go-abnf/blob/main/generate.go#L83 might be the problem.