repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opencomposite: add meta.platforms (#357198)
[NixPkgs.git]
/
lib
/
tests
/
test-to-plist-expected.plist
blob
df0528a60767bc17f91028c91e5d7507edee0a2c
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
<!DOCTYPE
plist PUBLIC
"-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"
>
3
<plist
version
=
"1.0"
>
4
<dict>
5
<key>
nested
</key>
6
<dict>
7
<key>
values
</key>
8
<dict>
9
<key>
attrs
</key>
10
<dict>
11
<key>
foo b/ar
</key>
12
<string>
baz
</string>
13
</dict>
14
<key>
bool
</key>
15
<true/>
16
<key>
emptyattrs
</key>
17
<dict>
18
19
</dict>
20
<key>
emptylist
</key>
21
<array>
22
23
</array>
24
<key>
emptystring
</key>
25
<string></string>
26
<key>
float
</key>
27
<real>
0.133700
</real>
28
<key>
int
</key>
29
<integer>
42
</integer>
30
<key>
list
</key>
31
<array>
32
<integer>
3
</integer>
33
<integer>
4
</integer>
34
<string>
test
</string>
35
</array>
36
<key>
newlinestring
</key>
37
<string>
38
</string>
39
<key>
path
</key>
40
<string>
/foo
</string>
41
<key>
string
</key>
42
<string>
fn${o}
"r\d</string>
43
</dict>
44
</dict>
45
</dict>
46
</plist>