aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src
Commit message (Collapse)AuthorAgeFilesLines
* Improve hyperlinker's 'spanToNewline' (#846)Alec Theriault2018-06-051-0/+26
| | | | | | | | | | | | | | | | 'spanToNewline' is used to help break apart the source into lines which can then be partioned into CPP and non-CPP chunks. It is important that 'spanToNewline' not break apart tokens, so it needs to properly handle things like * block comments, possibly nested * string literals, possibly multi-line * CPP macros, possibly multi-line String literals in particular were not being properly handled. The fix is to to fall back in 'Text.Read.lex' to help lex things that are not comments. Fixes #837.
* hypsrc-test: Accept test outputBen Gamari2016-02-081-4/+4
| | | | And fix impredicative Polymorphism testcase.
* Delete trailing whitespaceMateusz Kowalczyk2015-07-071-1/+1
|
* Create hyperlinker test case for type classes.Łukasz Hanuszczak2015-07-021-0/+38
|
* Fix issue with operators being recognized as preprocessor directives.Łukasz Hanuszczak2015-07-021-0/+4
|
* Add hyperlinker test case for checking type and type family declarations.Łukasz Hanuszczak2015-07-021-0/+42
|
* Add qualified name test for identifiers hyperlinking test case.Łukasz Hanuszczak2015-07-011-0/+1
|
* Add record wildcards test for records hyperlinking test case.Łukasz Hanuszczak2015-07-011-0/+9
|
* Add scoped type variables test for polymorphism test case.Łukasz Hanuszczak2015-07-011-0/+11
|
* Create hyperlinker test case with quantified type variables.Łukasz Hanuszczak2015-07-011-0/+55
|
* Create test case for hyperlinking @-patterns.Łukasz Hanuszczak2015-07-011-0/+8
|
* Add test case for literal syntax highlighting.Łukasz Hanuszczak2015-06-301-0/+17
|
* Add test case for record expressions and patterns hyperlinking.Łukasz Hanuszczak2015-06-301-0/+25
|
* Add test case for constructor hyperlinking.Łukasz Hanuszczak2015-06-301-0/+27
|
* Add test case for operator hyperlinking.Łukasz Hanuszczak2015-06-301-0/+18
|
* Add test case for basic identifier hyperlinking.Łukasz Hanuszczak2015-06-301-0/+27