]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/http-tests.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / http / http-tests.factor
index 0d136bc63c309277f2ef20b2dd118793e01489b3..11a9ae186e244e9e5e376d5b10fcfc1e0d8ab740 100644 (file)
@@ -66,7 +66,7 @@ ${ read-request-test-1' } [
     [ read-request ] with-string-reader
     [ write-request ] with-string-writer
     ! normalize crlf
-    string-lines "\n" join
+    lines "\n" join
 ] unit-test
 
 STRING: read-request-test-2
@@ -165,7 +165,7 @@ ${ read-response-test-1' } [
     [ read-response ] with-string-reader
     [ write-response ] with-string-writer
     ! normalize crlf
-    string-lines "\n" join
+    lines "\n" join
 ] unit-test
 
 { t } [