Merge branch 'master' of https://github.com/kiooeht/pesterchum
This commit is contained in:
commit
59271a8f03
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PythonQuirks(object):
|
|||
|
||||
def funcre(self):
|
||||
if not self.quirks:
|
||||
return r""
|
||||
return r"\\[0-9]+"
|
||||
f = r"("
|
||||
for q in self.quirks:
|
||||
f = f + q[:-1]+r"\(|"
|
||||
|
|
Loading…
Reference in a new issue