aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdward Barnard2015-08-04 17:24:37 +0100
committerEdward Barnard2015-08-04 17:24:37 +0100
commit094994360a7eb81eb545fccfe73e80765be71fd3 (patch)
treef37e86ce5e475a87598ba65ed27af6b6e55f5f77 /tests
parentda761e65e2f7b74afd2bdf1e07b19e038d990df6 (diff)
downloadrust-plist-094994360a7eb81eb545fccfe73e80765be71fd3.tar.bz2
More parsing
Diffstat (limited to 'tests')
-rw-r--r--tests/data/simple.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/simple.plist b/tests/data/simple.plist
index c48e224..7fb0208 100644
--- a/tests/data/simple.plist
+++ b/tests/data/simple.plist
@@ -11,5 +11,7 @@
</array>
<key>Birthdate</key>
<integer>1564</integer>
+ <key>Height</key>
+ <real>1.60</real>
</dict>
</plist> \ No newline at end of file