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 03ad785 commit 8397792Copy full SHA for 8397792
1 file changed
Lib/idlelib/idle_test/test_colorizer.py
@@ -97,7 +97,7 @@ def test_idprog(self):
97
self.assertTrue(m.groups()[0].isidentifier())
98
m = idprog.match(' 42')
99
self.assertFalse(m.groups()[0].isidentifier())
100
- m = idprog.match('dot·[T]')
+ m = idprog.match(' dot·[T]')
101
102
m = idprog.match(' cls()')
103
0 commit comments