diff --git a/src/parse.py b/src/parse.py index 81959fe..c06fb49 100644 --- a/src/parse.py +++ b/src/parse.py @@ -50,7 +50,7 @@ def __repr__(self): return ( - "ParseContext(task %s, token %s, parent %s)" # pragma: no mutate + "ParseContext(task %s, token %s, parent\n %s)" # pragma: no mutate % ( # pragma: no mutate self.task, self.token,