Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolato committed Oct 29, 2024
1 parent 2ae9c15 commit e3b2708
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/test_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
[],
Expand Down

0 comments on commit e3b2708

Please sign in to comment.