[xiph-commits] r13907 - trunk/xspf/testcase/for_version_1/fail
sping at svn.xiph.org
sping at svn.xiph.org
Mon Sep 24 16:13:44 PDT 2007
Author: sping
Date: 2007-09-24 16:13:44 -0700 (Mon, 24 Sep 2007)
New Revision: 13907
Added:
trunk/xspf/testcase/for_version_1/fail/track-whitespace-in-between.xspf
Log:
Whitespace in between testcase
Added: trunk/xspf/testcase/for_version_1/fail/track-whitespace-in-between.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/fail/track-whitespace-in-between.xspf (rev 0)
+++ trunk/xspf/testcase/for_version_1/fail/track-whitespace-in-between.xspf 2007-09-24 23:13:44 UTC (rev 13907)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList>
+ <track>
+ <!-- INVALID: whitespace in between, possible cut out completely
+ (instead of replacing with a single space) by mistake
+ and therefore not detected as invalid in some implementations -->
+ <location>http://example.com/
+line_two/
+line_three/</location>
+ </track>
+ </trackList>
+</playlist>
More information about the commits
mailing list