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

« back to all changes in this revision

Viewing changes to test/for_version_1/fail/playlist-markup-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: Element must not contain HTML
 
5
  Expect:      ContainsHTML{element:creator,parent:playlist} 
 
6
-->
 
7
 
 
8
<playlist version="1" xmlns="http://xspf.org/ns/0/">
 
9
 
 
10
  <creator><blink>This must not be markup.</blink></creator>
 
11
 
 
12
  <trackList>
 
13
  </trackList>
 
14
 
 
15
</playlist>