Skip to content

Commit

Permalink
Demonstrate #277
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Jun 13, 2021
1 parent 7e3c4bd commit e4b5690
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/wellformed/atom10/entry_title_type_empty-no-crash.xml
@@ -0,0 +1,9 @@
<!--
Description: entry title type='' -- no base64/unicodedecodeerror crash
Expect: entries[0]['title'] == 'evil'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<title type="">evil</title>
</entry>
</feed>

0 comments on commit e4b5690

Please sign in to comment.