Skip to content

Commit a5f3ddd

Browse files
Formatting.
1 parent 6fc9b23 commit a5f3ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdom/processor_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_interpolated_trusted_in_content_node():
218218

219219

220220
def test_script_elements_error():
221-
nested_template = t'<div></div>'
221+
nested_template = t"<div></div>"
222222
# Putting non-text content inside a script is not allowed.
223223
with pytest.raises(ValueError):
224224
node = html(t"<script>{nested_template}</script>")

0 commit comments

Comments
 (0)