add mdtest that repros

This commit is contained in:
Carl Meyer 2025-05-02 17:22:46 -07:00
parent adb452f6f2
commit 7ce1db380d
No known key found for this signature in database
GPG Key ID: 2D1FB7916A52E121
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# repro interned panic
## before
```toml
log = "salsa=trace,red_knot_test,ruff_db=trace,red_knot_ide=trace,red_knot_project=trace"
[environment]
python-version = "3.9"
```
```py
None
```
## after
```toml
log = "salsa=trace,red_knot_test,ruff_db=trace,red_knot_ide=trace,red_knot_project=trace"
[environment]
python-version = "3.10"
```
```py
None
```