aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/xml.plist
diff options
context:
space:
mode:
authorEdward Barnard2015-09-23 20:21:16 +0100
committerEdward Barnard2015-09-23 20:21:16 +0100
commitbad63f4d227c65245c43d747e37f02c5d0265f03 (patch)
tree8e6b07cdca17e03597e167c31311866ab2d955c9 /tests/data/xml.plist
parent5660e923ff061ff7b0115738c2be77d258a8e572 (diff)
downloadrust-plist-bad63f4d227c65245c43d747e37f02c5d0265f03.tar.bz2
Handle blank strings
Diffstat (limited to 'tests/data/xml.plist')
-rw-r--r--tests/data/xml.plist2
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>