summaryrefslogtreecommitdiffstats
path: root/test/data/1.plist
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-02-12 23:31:40 +0100
committerGravatar Jonathan Beck2009-02-12 23:31:40 +0100
commitfabfe89d8b27fc4af4949690c0fb3eefda71bdb6 (patch)
treef8a5ee50231cb5c9a76b89c1cb483edd0c77bfc7 /test/data/1.plist
parentd4181ffa308f39230c4d13daa3588529544b08ab (diff)
downloadlibplist-fabfe89d8b27fc4af4949690c0fb3eefda71bdb6.tar.gz
libplist-fabfe89d8b27fc4af4949690c0fb3eefda71bdb6.tar.bz2
Add some test case.
Diffstat (limited to 'test/data/1.plist')
-rw-r--r--test/data/1.plist33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/data/1.plist b/test/data/1.plist
new file mode 100644
index 0000000..dfa27b0
--- /dev/null
+++ b/test/data/1.plist
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Some ASCII string</key>
+ <string></string>
+ <key>Some UTF8 strings</key>
+ <array>
+ <string></string>
+ <string></string>
+ <string></string>
+ <string></string>
+ <string></string>
+ <string></string>
+ <string></string>
+ <string></string>
+ <string></string>
+ </array>
+ <key>Boolean</key>
+ <false/>
+ <key>Another Boolean</key>
+ <true/>
+ <key>Some Int</key>
+ <integer></integer>
+ <key>Some Real</key>
+ <real></real>
+ <key>Some Date</key>
+ <date></date>
+ <key>Some Data</key>
+ <data>
+ </data>
+</dict>
+</plist>