aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coqdoc/bug5700.html.out
AgeCommit message (Collapse)Author
2017-11-13Fixing encoding in coqdoc output tests.Hugo Herbelin
The file links.v is using utf-8 characters so this is needed at least to test this file. For the other files, it is not completely without effect since it makes that symbols like => and forall are respectively displayed ⇒ and ∀. Maybe tests with iso-8859-1 or test without a charset option should be kept.
2017-08-29coqdoc: Support comments in verbatim outputTej Chajed
Fixes BZ#5700