~ubuntu-branches/ubuntu/wily/libspiff/wily

« back to all changes in this revision

Viewing changes to test/for_version_1/fail/playlist-toomany-creator.xspf

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2007-10-11 14:44:38 UTC
  • Revision ID: james.westby@ubuntu.com-20071011144438-zpl4gtvl3bf2ocnx
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<!--
 
4
  Description: Only one occurrence allowed
 
5
  Expect:      DuplicateElement{element:creator,parent:playlist}
 
6
-->
 
7
 
 
8
<playlist version="1" xmlns="http://xspf.org/ns/0/">
 
9
 
 
10
  <creator>content</creator>
 
11
  <creator>content</creator>
 
12
 
 
13
  <trackList />
 
14
</playlist>