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

« back to all changes in this revision

Viewing changes to test/for_version_1/fail/track-noturi-extension.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: link must be a legal URI
 
5
  Expect:      InvalidLink{attr:application,element:extension,parent:track}
 
6
-->
 
7
 
 
8
<playlist version="1" xmlns="http://xspf.org/ns/0/">
 
9
  <trackList>
 
10
    <track>
 
11
 
 
12
      <extension application="This should be a URI" />
 
13
 
 
14
    </track>
 
15
  </trackList>
 
16
</playlist>