We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf94458 commit 9167860Copy full SHA for 9167860
Lib/idlelib/idle_test/test_colorizer.py
@@ -36,6 +36,7 @@ async def f(): await g()
36
# All valid prefixes for unicode and byte strings should be colored.
37
r'x', u'x', R'x', U'x', f'x', F'x'
38
fr'x', Fr'x', fR'x', FR'x', rf'x', rF'x', Rf'x', RF'x'
39
+ tr'x', Tr'x', tR'x', TR'x', rt'x', rT'x', Rt'x', RT'x'
40
b'x',B'x', br'x',Br'x',bR'x',BR'x', rb'x', rB'x',Rb'x',RB'x'
41
# Invalid combinations of legal characters should be half colored.
42
ur'x', ru'x', uf'x', fu'x', UR'x', ufr'x', rfu'x', xf'x', fx'x'
0 commit comments