Thanks to visit codestin.com Credit goes to github.com
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 294bbf3 commit cdbc131Copy full SHA for cdbc131
1 file changed
Lib/test/test_commands.py
@@ -38,7 +38,7 @@ def test_getstatus(self):
38
# be named anything.
39
\s+\d+ # It has a size.
40
[^/]* # Skip the date.
41
- /. # and end with the name of the file.
+ /\. # and end with the name of the file.
42
'''
43
44
self.assert_(re.match(pat, getstatus("/."), re.VERBOSE))
0 commit comments