Skip to content

Commit

Permalink
[xml] Add an invalid integer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Mar 20, 2017
1 parent d8661a8 commit 3db3f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func TestVariousIllegalXMLPlists(t *testing.T) {
"<plist><dict><string>helo</string></dict></plist>",
"<plist><dict><key>helo</key></dict></plist>",
"<plist><integer>helo</integer></plist>",
"<plist><integer></integer></plist>",
"<plist><real>helo</real></plist>",
"<plist><data>*@&amp;%#helo</data></plist>",
"<plist><date>*@&amp;%#helo</date></plist>",
Expand Down

0 comments on commit 3db3f57

Please sign in to comment.