summaryrefslogtreecommitdiff
path: root/test/prism/errors/pattern-capture-in-alt-array.txt
AgeCommit message (Collapse)Author
2025-11-16Handle deeply nested capture variables syntax errKevin Newton
When there are nested capture variables inside of a pattern match that has an alternation pattern, it is a syntax error. Currently it only adds a syntax error when it is at the top level of the pattern.