Show More
@@ -179,12 +179,14 b' utestpats = [' | |||
|
179 | 179 | ] |
|
180 | 180 | |
|
181 | 181 | for i in [0, 1]: |
|
182 |
for p |
|
|
182 | for tp in testpats[i]: | |
|
183 | p = tp[0] | |
|
184 | m = tp[1] | |
|
183 | 185 | if p.startswith(r'^'): |
|
184 | 186 | p = r"^ [$>] (%s)" % p[1:] |
|
185 | 187 | else: |
|
186 | 188 | p = r"^ [$>] .*(%s)" % p |
|
187 | utestpats[i].append((p, m)) | |
|
189 | utestpats[i].append((p, m) + tp[2:]) | |
|
188 | 190 | |
|
189 | 191 | utestfilters = [ |
|
190 | 192 | (r"<<(\S+)((.|\n)*?\n > \1)", rephere), |
General Comments 0
You need to be logged in to leave comments.
Login now