| 
									
										
										
										
											2009-01-27 14:38:13 -05:00
										 |  |  | ! 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 ;
 | 
					
						
							|  |  |  | IN: lcs.diff2html.tests | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-29 14:33:04 -05:00
										 |  |  | [ ] [ "hello" "heyo" [ 1string ] { } map-as diff htmlize-diff xml>string drop ] unit-test |