Commit 6c0452e
committed
test: add absinthe comma-assignment regression case
Add a focused parser parity regression for the snippet that triggered the CI crash:
comma = ascii_char([?,])
This comes from absinthe-graphql/absinthe lexer code and protects against regressions where an identifier named `comma` can produce malformed intermediate lhs state during infix parsing.1 parent 60100d1 commit 6c0452e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2337 | 2337 | | |
2338 | 2338 | | |
2339 | 2339 | | |
| 2340 | + | |
| 2341 | + | |
| 2342 | + | |
2340 | 2343 | | |
2341 | 2344 | | |
2342 | 2345 | | |
| |||
0 commit comments