Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Feb 5, 2024
1 parent c1b4be0 commit c555513
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion papyri/tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ def test_parse_substitution_definition():
[node2] = subsdef2.children
assert subsdef1.value == "|biohazard|"
assert node1.type == "image"
assert node1.url == "https://upload.wikimedia.org/wikipedia/commons/c/c0/Biohazard_symbol.svg"
assert (
node1.url
== "https://upload.wikimedia.org/wikipedia/commons/c/c0/Biohazard_symbol.svg"
)
assert node1.alt == ""
assert subsdef2.value == "|biohazard|"
assert node2.type == "replace"
Expand Down

0 comments on commit c555513

Please sign in to comment.