Bugfix in Insert()
This commit is contained in:
@@ -158,7 +158,7 @@ class Insert(Matcher):
|
|||||||
def match(self, context):
|
def match(self, context):
|
||||||
yield MatchResult(
|
yield MatchResult(
|
||||||
context,
|
context,
|
||||||
TextNode(self.value_))
|
[TextNode(self._value)])
|
||||||
|
|
||||||
|
|
||||||
class Literal(Matcher):
|
class Literal(Matcher):
|
||||||
|
|||||||
Reference in New Issue
Block a user