]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/quoted-printable/quoted-printable.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / quoted-printable / quoted-printable.factor
index e82789ccbf3602893a7dcafcd26b2d825e669323..53af3a5178ab5655cb47e6342a7ef453a4d40465 100644 (file)
@@ -29,7 +29,7 @@ IN: quoted-printable
 
 : take-some ( seqs -- seqs seq )
     0 over [ length + dup 76 >= ] find drop nip
-    [ 1- cut-slice swap ] [ f swap ] if* concat ;
+    [ 1 - cut-slice swap ] [ f swap ] if* concat ;
 
 : divide-lines ( strings -- strings )
     [ dup ] [ take-some ] produce nip ;