summaryrefslogtreecommitdiffstats
path: root/test/data/1.plist
blob: e6e275df1937d71e38c241ac00bdf4e2b92e581e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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>Keys &amp; &quot;entities&quot;</key>
	<string/>
	<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>