]> gitweb.factorcode.org Git - factor.git/commitdiff
lcs.diff2html: fix refactor bug.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 9 Jun 2015 15:04:03 +0000 (08:04 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 9 Jun 2015 15:04:03 +0000 (08:04 -0700)
basis/lcs/diff2html/diff2html-tests.factor

index 2ee662c0ac5698fb2c65bcb80d4fa81cee53ee16..f7b92ced9294590752f0793c4eefdedaf03e69b2 100644 (file)
@@ -1,6 +1,10 @@
 ! Copyright (C) 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: lcs.diff2html lcs kernel tools.test strings sequences xml.writer ;
+USING: lcs lcs.diff2html kernel tools.test strings sequences
+xml.writer ;
 IN: lcs.diff2html.tests
 
-[ ] [ "hello" "heyo" [ [ 1string ] { } map-as ] bi@ diff htmlize-diff xml>string drop ] unit-test
+{ } [
+    "hello" "heyo" [ [ 1string ] { } map-as ] bi@
+    lcs-diff htmlize-diff xml>string drop
+] unit-test