diff --git a/test/test_lexer.py b/test/test_lexer.py index 9aaafe9..c5b96e2 100644 --- a/test/test_lexer.py +++ b/test/test_lexer.py @@ -1049,7 +1049,12 @@ def test_dict_expression(self): CallNamespaceTag( "self:dtest", { - "d": "${\n {\n 'id':'4',\n 'foo':'barr'\n }\n }" + "d": "${\n\ + {\n\ + 'id':'4',\n\ + 'foo':'barr'\n\ + }\n\ + }" }, (7, 9), [],