]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/syntax/syntax-tests.factor
factor: Update split-lines tests, fix other tests
[factor.git] / basis / xml / syntax / syntax-tests.factor
index 08205a19cfef6a6706b40c8bb23d9ff164cbfe5a..c354137cff912d6a1f12486df49226239f4453e5 100644 (file)
@@ -74,7 +74,7 @@ XML-NS: foo http://blah.com
     three
   </item>
 </doc>" } [
-    "one two three" split-Words
+    "one two three" split-words
     [ [XML <item><-></item> XML] ] map
     <XML <doc><-></doc> XML> pprint-xml>string
 ] unit-test