aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Implement tests for fish_indentGravatar ridiculousfish2014-12-23
* Allow running specific high-level tests by passing the name to test.fishGravatar ridiculousfish2014-12-23
* Disable localizations during testsGravatar Kevin Ballard2014-11-25
* Revert "tests/status.in: fix test for locale, fall back to default strings"Gravatar Kevin Ballard2014-11-25
* tests/status.in: fix test for locale, fall back to default stringsGravatar David Adam2014-11-25
* Define a common `mktemp` for testsGravatar Kevin Ballard2014-11-24
* Tweak test runner to set up environment betterGravatar Kevin Ballard2014-11-24