We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae9c15 commit 43b6b89Copy full SHA for 43b6b89
test/test_lexer.py
@@ -1049,7 +1049,12 @@ def test_dict_expression(self):
1049
CallNamespaceTag(
1050
"self:dtest",
1051
{
1052
- "d": "${\n {\n 'id':'4',\n 'foo':'barr'\n }\n }"
+ "d": "${\n\
1053
+ {\n\
1054
+ 'id':'4',\n\
1055
+ 'foo':'barr'\n\
1056
+ }\n\
1057
+ }"
1058
},
1059
(7, 9),
1060
[],
@@ -1182,7 +1187,11 @@ def test_dict_expression_2(self):
1182
1187
1183
1188
1184
1189
1185
- "d": "${ {\n 'x-on:click':'foo',\n 'foo':'bar',\n 'embeded':{'name':'J Doe'}\n } }"
1190
+ "d": "${ {\n\
1191
+ 'x-on:click':'foo',\n\
1192
+ 'foo':'bar',\n\
1193
+ 'embeded':{'name':'J Doe'}\n\
1194
+ } }"
1186
1195
1196
(25, 9),
1197
0 commit comments