Commit 5965ae9
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 57b4c3b commit 5965ae9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2356 | 2356 | | |
2357 | 2357 | | |
2358 | 2358 | | |
| 2359 | + | |
| 2360 | + | |
2359 | 2361 | | |
2360 | 2362 | | |
2361 | 2363 | | |
| |||
0 commit comments