Commit 99702bf
committed
fix: Resolve f-string syntax error in language sanitization tests
- Fix backslash in f-string expression on line 588
- Extract string operations outside f-string to avoid syntax error
- Maintain same functionality for error reporting in test suite
Fixes GitHub Actions test failure for Python 3.10+ compatibility1 parent 8eb453c commit 99702bf
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
| 589 | + | |
589 | 590 | | |
590 | 591 | | |
591 | 592 | | |
592 | 593 | | |
593 | | - | |
| 594 | + | |
| 595 | + | |
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
| |||
0 commit comments