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
6 [ ] [ "hello" "heyo" [ 1string ] { } map-as diff htmlize-diff xml>string drop ] unit-test