aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test7.out
Commit message (Collapse)AuthorAge
* Finish rewriting detect_errors to use new parser. All tests now pass (!)Gravatar ridiculousfish2013-12-12
|
* Added a seq function that defers to the seq command if presentGravatar ridiculousfish2013-01-12
| | | | https://github.com/fish-shell/fish-shell/issues/137
* Fix bug where 'else if' does not support functions and redirectionsGravatar ridiculousfish2012-11-04
| | | | https://github.com/fish-shell/fish-shell/issues/359
* Fix for issue where else if would fail to pass arguments to commands. Also ↵Gravatar ridiculousfish2012-10-17
| | | | | | | implements short-circuiting for and/or so that non-existent commands don't produce error messages. Fixes https://github.com/fish-shell/fish-shell/issues/345 Fixes https://github.com/fish-shell/fish-shell/issues/349
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
|
* Tests for contains -iGravatar maxfl2012-07-10
|
* Add a test case for switch error code (issue #161)Gravatar Kevin Ballard2012-06-24