aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/abbr.in
Commit message (Collapse)AuthorAge
* Bring abbr test in line with new behaviorGravatar Fabian Homborg2016-05-23
| | | | | | Previously, `--erase` would not accept any options and wouldn't read "--" as option-separator. Now it does like every other "command", and it could conceivably gain e.g. a "--prefix" option.
* Don't mangle arguments in abbrGravatar Fabian Homborg2016-05-23
| | | | | | | This now (rightly) throws an error if there's a space in the key (because we can't store it). Fixes #2997.
* 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