summaryrefslogtreecommitdiff
path: root/test/farm/html/gold_unicode/coverage_html.js
Commit message (Collapse)AuthorAgeFilesLines
* Don't need these files, they aren't part of the comparison.Ned Batchelder2012-03-221-372/+0
|
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-0/+372
report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.