Skip to content

Commit

Permalink
Python testes fixed for attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaryob authored Sep 16, 2024
1 parent 69a106a commit 80b7105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/attibutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import iksemel as iks

doc_xml = "<lala b='' c='42'/>"
doc_xml = "<lala b="" c="42"/>"

doc = iks.newDocument("lala")
doc.setAttribute("a", "lala")
Expand Down

0 comments on commit 80b7105

Please sign in to comment.