mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
Followup to primary PR for the issue, GH-6344.
This commit is contained in:
parent
da58533ac6
commit
55966f3a0d
2 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
IDLE: consistently color invalid string prefixes. A 'u' string prefix cannot
|
||||
be paired with either 'r' or 'f'. Consistently color as much of the prefix,
|
||||
starting at the right, as is valid.
|
||||
be paired with either 'r' or 'f'. Consistently color as much of the prefix,
|
||||
starting at the right, as is valid. Revise and extend colorizer test.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue