Commit e2588ad
fix: correct YORE annotation for t-string quote tests
The block of t-string quote-delimiter test cases should not be removed
when Python 3.13 reaches EOL — t-strings become universally available
then and the version guard can simply be dropped. Replace "Remove block"
with "Replace block with lines 3-5" so YORE strips the
`sys.version_info >= (3, 14)` wrapper and keeps the three test strings.
💞 Generated with the [darling work system](https://github.com/johnslavik/darling)1 parent ccc19b8 commit e2588ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments