factor/basis/lcs/diff2html/diff2html-tests.factor

10 lines
280 B
Factor
Raw Normal View History

2009-01-27 14:38:13 -05:00
! Copyright (C) 2009 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
2015-06-09 11:04:03 -04:00
USING: lcs lcs.diff2html kernel tools.test strings sequences
xml.writer ;
2009-01-27 14:38:13 -05:00
2015-06-09 11:04:03 -04:00
{ } [
"hello" "heyo" [ [ 1string ] { } map-as ] bi@
lcs-diff htmlize-diff xml>string drop
] unit-test