We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc9b23 commit a5f3dddCopy full SHA for a5f3ddd
tdom/processor_test.py
@@ -218,7 +218,7 @@ def test_interpolated_trusted_in_content_node():
218
219
220
def test_script_elements_error():
221
- nested_template = t'<div></div>'
+ nested_template = t"<div></div>"
222
# Putting non-text content inside a script is not allowed.
223
with pytest.raises(ValueError):
224
node = html(t"<script>{nested_template}</script>")
0 commit comments