This commit is contained in:
jkmnt 2024-09-09 19:43:33 +03:00 committed by GitHub
parent 2c80a63146
commit 23126f937c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ class TemplatablePattern(Pattern):
next = self._read_template()
if self._until_after:
result += self._input.readUntilAfter(self._until_after)
result += self._input.readUntilAfter(self._until_pattern)
return result