aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1035.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix bogus identifier defaultingAlec Theriault2019-02-261-0/+9
This avoids a situation in which an identifier would get defaulted to a completely different identifier. Prior to this commit, the 'Bug1035' test case would hyperlink 'Foo' into 'Bar'! Fixes #1035.