ruff/crates/ty_python_semantic/resources/mdtest/diagnostics
Max Mynter 101e1a5ddd
[semantic-syntax-tests] for for InvalidStarExpression, DuplicateMatchKey, and DuplicateMatchClassAttribute (#17754)
Re: #17526 

## Summary
Add integration tests for Python Semantic Syntax for
`InvalidStarExpression`, `DuplicateMatchKey`, and
`DuplicateMatchClassAttribute`.

## Note
- Red knot integration tests for `DuplicateMatchKey` exist already in
line 89-101.
<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan
This is a test.
<!-- How was it tested? -->
2025-05-05 17:30:16 +00:00
..
attribute_assignment.md
invalid_argument_type.md
no_matching_overload.md
semantic_syntax_errors.md
shadowing.md
unpacking.md
unresolved_import.md
unsupported_bool_conversion.md
version_related_syntax_errors.md