fix parsing lists in tag patterns

This commit is contained in:
Luke Boswell 2024-04-21 13:27:50 +10:00
parent 4cf256c6b7
commit 6844df6c37
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
4 changed files with 59 additions and 0 deletions

View file

@ -482,6 +482,7 @@ mod test_snapshots {
pass/when_in_function_python_style_indent.expr,
pass/when_in_parens.expr,
pass/when_in_parens_indented.expr,
pass/when_result_list.expr,
pass/when_with_alternative_patterns.expr,
pass/when_with_function_application.expr,
pass/when_with_negative_numbers.expr,