Searched defs:htmldiff (Results 1 - 1 of 1) sorted by relevance
/external/markdown/ | ||
H A D | test-markdown.py | 152 htmldiff = difflib.HtmlDiff() variable 154 htmldiff = None variable 272 if htmldiff!=None : 273 htmlDiff = htmldiff.make_table(expected_lines, actual_lines, |
Completed in 80 milliseconds