diff --git a/recentrunes.py b/recentrunes.py index 77ef877..dca876e 100644 --- a/recentrunes.py +++ b/recentrunes.py @@ -158,7 +158,7 @@ class Insert(Matcher): def match(self, context): yield MatchResult( context, - TextNode(self.value_)) + [TextNode(self._value)]) class Literal(Matcher):