File: test_empty_key.plist

package info (click to toggle)
ruby-plist 3.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: ruby: 753; xml: 203; makefile: 6; sh: 4
file content (13 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>key</key>
    <dict>
      <key></key>
      <string>1</string>
      <key>subkey</key>
      <string>2</string>
    </dict>
  </dict>
</plist>