diff options
| author | Edward Barnard | 2015-09-23 20:21:16 +0100 |
|---|---|---|
| committer | Edward Barnard | 2015-09-23 20:21:16 +0100 |
| commit | bad63f4d227c65245c43d747e37f02c5d0265f03 (patch) | |
| tree | 8e6b07cdca17e03597e167c31311866ab2d955c9 /tests/data/xml.plist | |
| parent | 5660e923ff061ff7b0115738c2be77d258a8e572 (diff) | |
| download | rust-plist-bad63f4d227c65245c43d747e37f02c5d0265f03.tar.bz2 | |
Handle blank strings
Diffstat (limited to 'tests/data/xml.plist')
| -rw-r--r-- | tests/data/xml.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/xml.plist b/tests/data/xml.plist index 5f5eb55..974e337 100644 --- a/tests/data/xml.plist +++ b/tests/data/xml.plist @@ -20,5 +20,7 @@ </data> <key>Birthdate</key> <date>1981-05-16T11:32:06Z</date> + <key>Blank</key> + <string></string> </dict> </plist> |
