summaryrefslogtreecommitdiffstats
path: root/test/data/1.plist
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/1.plist')
-rw-r--r--test/data/1.plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/data/1.plist b/test/data/1.plist
index c7135e9..82a112b 100644
--- a/test/data/1.plist
+++ b/test/data/1.plist
@@ -16,20 +16,20 @@
<string></string>
<string></string>
</array>
+ <key>Keys &amp; &quot;entities&quot;</key>
+ <string/>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>
<true/>
<key>Some Int</key>
- <integer></integer>
+ <integer>0</integer>
<key>Some Real</key>
- <real></real>
+ <real>1e4</real>
<key>Some Date</key>
- <date></date>
+ <date>1970-01-01T00:00:00Z</date>
<key>Some Data</key>
<data>
</data>
- <key>Some Entities</key>
- <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
</dict>
</plist>