lcs.diff2html: fix refactor bug.

db4
John Benediktsson 2015-06-09 08:04:03 -07:00
parent 667462e848
commit 10c0f808ca
1 changed files with 6 additions and 2 deletions

View 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