tests/run-tests.py
changeset 12377 a5b77eb0409b
parent 12376 97ffc68f71d3
child 12502 41f2fa72fa82
--- a/tests/run-tests.py	Wed Sep 22 16:06:02 2010 -0500
+++ b/tests/run-tests.py	Wed Sep 22 18:20:47 2010 -0500
@@ -518,7 +518,7 @@
             c = el[i]
             i += 1
             if c == '\\' and el[i] in '*?\\':
-                res += el[i-1:i+1]
+                res += el[i - 1:i + 1]
                 i += 1
             elif c == '*':
                 res += '.*'