]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xmode/code2html/code2html-tests.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / xmode / code2html / code2html-tests.factor
index e98b8af10a55d69454c613df4b24b3b4de028671..3faffc0078759cb6700df9532dfb37aca1f40f21 100644 (file)
@@ -6,7 +6,7 @@ splitting memoize kernel io.streams.string xml.writer ;
 { } [
     "<style type=\"text/css\" media=\"screen\" >
     *        {margin:0; padding:0; border:0;}"
-    string-lines "html" htmlize-lines drop
+    lines "html" htmlize-lines drop
 ] unit-test
 
 { } [