aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/abbr.in
Commit message (Collapse)AuthorAge
* abbr: Ensure we don't split on "=" if the given separator is " "Gravatar Fabian Homborg2016-01-14
| | | | | | | This fails on e.g. an abbr that uses `env a=b`, like the included test demonstrates. Unfortunately it decreases the speed again (2s vs 2.2s vs 4s original), but correctness is more important.
* Add abbreviation testsGravatar ridiculousfish2015-06-14