[xiph-commits] r12952 - trunk/xspf/testcase/for_version_1/pass
sping at svn.xiph.org
sping at svn.xiph.org
Wed May 16 06:54:44 PDT 2007
Author: sping
Date: 2007-05-16 06:54:44 -0700 (Wed, 16 May 2007)
New Revision: 12952
Added:
trunk/xspf/testcase/for_version_1/pass/playlist-whitespace-dateTime.xspf
trunk/xspf/testcase/for_version_1/pass/track-whitespace-anyURI.xspf
trunk/xspf/testcase/for_version_1/pass/track-whitespace-nonNegativeInteger.xspf
Log:
Three whitespace testcases
Added: trunk/xspf/testcase/for_version_1/pass/playlist-whitespace-dateTime.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/playlist-whitespace-dateTime.xspf (rev 0)
+++ trunk/xspf/testcase/for_version_1/pass/playlist-whitespace-dateTime.xspf 2007-05-16 13:54:44 UTC (rev 12952)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <date>
+2005-01-08T17:10:47-05:00
+ </date>
+ <trackList />
+</playlist>
Added: trunk/xspf/testcase/for_version_1/pass/track-whitespace-anyURI.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/track-whitespace-anyURI.xspf (rev 0)
+++ trunk/xspf/testcase/for_version_1/pass/track-whitespace-anyURI.xspf 2007-05-16 13:54:44 UTC (rev 12952)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList>
+ <track>
+ <location>http://example.com/no_whitespace/</location>
+ <location>
+http://example.com/whitespace_before/</location>
+ <location>http://example.com/whitespace_after/
+</location>
+ <location>
+http://example.com/whitespace_before_and_after/
+ </location>
+ </track>
+ </trackList>
+</playlist>
Added: trunk/xspf/testcase/for_version_1/pass/track-whitespace-nonNegativeInteger.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/track-whitespace-nonNegativeInteger.xspf (rev 0)
+++ trunk/xspf/testcase/for_version_1/pass/track-whitespace-nonNegativeInteger.xspf 2007-05-16 13:54:44 UTC (rev 12952)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList>
+ <track>
+ <duration>1</duration>
+ </track>
+ <track>
+ <duration>
+1</duration>
+ </track>
+ <track>
+ <duration>1
+</duration>
+ </track>
+ <track>
+ <duration>
+1
+ </duration>
+ </track>
+ </trackList>
+</playlist>
More information about the commits
mailing list