File: test_empty_key.plist

package info (click to toggle)
ruby-plist 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 184 kB
  • ctags: 99
  • sloc: ruby: 606; xml: 203; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>key</key>
    <dict>
      <key></key>
      <string>1</string>
      <key>subkey</key>
      <string>2</string>
    </dict>
  </dict>
</plist>