Skip to content

Commit

Permalink
feat: Modify test case for single letter tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
hungrybluedev committed Nov 10, 2023
1 parent 5064e6a commit 5582a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst count="5" uniqueCount="5">
<si>
<t>Item 1</t>
<t a="1">Item 1</t>
</si>
<si>
<t>Item 2</t>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ fn test_valid_parsing() {
children: [
xml.XMLNode{
name: 't'
attributes: {
'a': '1'
}
children: ['Item 1']
},
]
Expand Down

0 comments on commit 5582a1d

Please sign in to comment.