diff options
Diffstat (limited to 'test/data/7.plist')
| -rw-r--r-- | test/data/7.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/7.plist b/test/data/7.plist new file mode 100644 index 0000000..d8b441d --- /dev/null +++ b/test/data/7.plist @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Time1</key> + <date>2010-11-12T13:14:15Z</date> + <key>Time2</key> + <date>2008-07-06T05:04:03Z</date> + <key>Time3</key> + <date>1869-01-03T08:16:32Z</date> + <key>Time4</key> + <date>2199-08-20T01:10:11Z</date> +</dict> +</plist> |
