]> gitweb.factorcode.org Git - factor.git/blob - basis/lcs/diff2html/diff2html-tests.factor
0c2ed34f453b99958081ada4476fc5592c23d30e
[factor.git] / basis / lcs / diff2html / diff2html-tests.factor
1 ! Copyright (C) 2009 Daniel Ehrenberg
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: lcs.diff2html lcs kernel tools.test strings sequences xml.writer ;
4 IN: lcs.diff2html.tests
5
6 [ ] [ "hello" "heyo" [ 1string ] { } map-as diff htmlize-diff xml>string drop ] unit-test