aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* don't allow f-k-r to run if stdin/stdout not a ttyGravatar Kurtis Rader2016-06-26
* 'jobs.status' change missing from last commit.Gravatar Aaron Gyes2016-06-18
* bg had also had wrong exit code for some errorsGravatar Aaron Gyes2016-06-18
* remove unset vars from the environmentGravatar Kurtis Rader2016-06-15
* Don't allow specifying an fd with a caret redirectionGravatar ridiculousfish2016-06-12
* don't print header for each jobGravatar Corey Ford2016-06-08
* simplify, and fix, setting the current localeGravatar Kurtis Rader2016-06-05
* mention nullglob exceptions in failglob error msgGravatar Beni Cherniavsky-Paskin2016-06-02
* Make string match -rnv workGravatar Fabian Homborg2016-05-31
* tty driver ignore lnext (\cV) and werase (\cW)Gravatar Kurtis Rader2016-05-25
* Bring abbr test in line with new behaviorGravatar Fabian Homborg2016-05-23
* Don't mangle arguments in abbrGravatar Fabian Homborg2016-05-23
* make debug() output more usefulGravatar Kurtis Rader2016-05-17
* add `function --shadow-builtin` flagGravatar Kurtis Rader2016-05-14
* add floating point output to `math` commandGravatar Kurtis Rader2016-05-03
* fix bind unit testsGravatar Kurtis Rader2016-04-28
* provide a realpath implementationGravatar Kurtis Rader2016-04-28
* Tests: Add fish_mode_prompt to except_promptGravatar Fabian Homborg2016-04-26
* retry flakey tests on failureGravatar Kurtis Rader2016-04-11
* enhance fish_indent to normalize keywordsGravatar Kurtis Rader2016-04-10
* fix handling of line continuation in keywordsGravatar Jak Wings2016-04-08
* Migrate PATH-completion logic from complete.cpp to expand.cppGravatar ridiculousfish2016-04-07
* Implement an --invert/-v for string match, like grep -v.Gravatar Aaron Gyes2016-04-08
* fix setting of $argv for `source` w/no argsGravatar Kurtis Rader2016-04-06
* change how redirections are formattedGravatar Kurtis Rader2016-04-05
* fix handling of non-ASCII chars in C localeGravatar Kurtis Rader2016-03-20
* make testing on local servers hermeticGravatar Kurtis Rader2016-02-25
* make fish compatible with pcre2 10.21Gravatar Michael Steed2016-02-21
* fix flakey testGravatar Kurtis Rader2016-02-16
* Reinstate failglob behaviour for most commandsGravatar Andreas Nordal2016-02-15
* Update bind.expect for travis-CIGravatar ridiculousfish2016-02-04
* Merge change for lengthened and configurable escape key timeoutGravatar ridiculousfish2016-02-04
|\
| * change default escape timeoutGravatar Kurtis Rader2016-02-04
| * make travis-ci happy againGravatar Kurtis Rader2016-02-04
* | Fix t-binding test for new escape behaviorGravatar ridiculousfish2016-02-02
* | Merge branch 'fix-jump' of git://github.com/cpick/fish-shell into cpick-fix-jumpGravatar ridiculousfish2016-02-02
|\ \
| | * make bind unit tests more robust on travis-ciGravatar Kurtis Rader2016-01-17
| | * allow configuring the escape delay timeoutGravatar Kurtis Rader2016-01-17
* | | abbr: Ensure we don't split on "=" if the given separator is " "Gravatar Fabian Homborg2016-01-14
* | | abbr tests: Don't expect quoted "--*"Gravatar Fabian Homborg2016-01-14
* | | Stop unescaping strings with `commandline -b`Gravatar Kevin Ballard2016-01-10
| | * fix unit tests related to the escape timeoutGravatar Kurtis Rader2015-12-23
| |/ |/|
* | Allow and/or statements to attach to the if/while headerGravatar ridiculousfish2015-12-19
* | Write tests for new if/and/or behavior (#1428)Gravatar ridiculousfish2015-12-19
* | psub: add -s, --suffixGravatar Eugene Sharygin2015-11-14
* | tests: try longer timeout in case setting fish_key_bindings is taking too longGravatar David Adam2015-10-30
* | Make 'set -ql' search up to function scopeGravatar ridiculousfish2015-10-23
* | tests/bind.expect: re-enable but at human typing speed onlyGravatar David Adam2015-10-18
* | Disable the bind test for nowGravatar Fabian Homborg2015-10-18
* | tests/string.in: add tests for string builtinGravatar David Adam2015-10-09