aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* | Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| * Test vi-mode 't' bindingGravatar Chris Pick2015-09-03
|/
* Implement lowercase-r replace in fish_vi_modeGravatar ridiculousfish2015-07-20
* Fix wildcard expansion in directories without read permissionsGravatar ridiculousfish2015-06-20
* Add abbreviation testsGravatar ridiculousfish2015-06-14
* Correctly un-export an env var when it is shadowedGravatar ridiculousfish2015-06-12
* Correctly handle mixing named arguments with function nameGravatar ridiculousfish2015-05-17
* Pass the character index, not the character, to parse_util_expand_variable_errorGravatar ridiculousfish2015-05-15
* Treat comments ending in backslashes as not continuing onto the next lineGravatar ridiculousfish2015-05-02
* Recalculate exported variables when universal variable is erasedGravatar ridiculousfish2015-04-29
* Support for a "pending item" in history.Gravatar ridiculousfish2015-04-20
* Add a test for issue #1987Gravatar ridiculousfish2015-04-05
* Properly fire events for universal variable changesGravatar ridiculousfish2015-02-03
* Introduce tests for #1892Gravatar ridiculousfish2015-01-17
* Make octal/hex escapes in printf and echo output literal bytesGravatar ridiculousfish2015-01-15
* Add tests to verify pipes do not conflict with fd redirectionsGravatar ridiculousfish2015-01-04
* Improve indentation of blocks inside if/while headersGravatar ridiculousfish2014-12-23
* Correct path in fish_indent testsGravatar ridiculousfish2014-12-23