aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Disable printf %a test since it has different output on FreeBSDGravatar ridiculousfish2014-11-02
* BOM test should only run in UTF-8 localesGravatar ridiculousfish2014-11-02
* Allow # within string tokensGravatar ridiculousfish2014-11-01
* Fix to swallow BOMs in sourced filesGravatar ridiculousfish2014-11-01
* Fix expansion tests on OS XGravatar ridiculousfish2014-10-30
* expand: expand tilde to canonical pathsGravatar David Adam2014-10-26
* Unescape strings in keyword detection.Gravatar ridiculousfish2014-10-15
* Improve error reporting for unclosed blocksGravatar ridiculousfish2014-10-14
* Change how arrays and environment variables interact.Gravatar ridiculousfish2014-10-12
* Fix test breakage from 14724401fGravatar Kevin Ballard2014-10-07
* env.cpp: correctly check variable_can_be_arrayGravatar David Adam2014-10-08
* Update psub for the new --inherit-variable flagGravatar Kevin Ballard2014-10-02
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
* Rewrite fishscript testrunner for better outputGravatar Kevin Ballard2014-10-02
* Base `status -b` off the parser execution stackGravatar Kevin Ballard2014-09-30
* Don't leave is_block in bad state after bad redirectionGravatar Kevin Ballard2014-09-30
* Try to fix the Travis test failuresGravatar Kevin Ballard2014-09-23
* Fix missing "1 test failed" lineGravatar Kevin Ballard2014-09-23
* Rejigger test suiteGravatar Kevin Ballard2014-09-23
* Support wide characters in printf %cGravatar Kevin Ballard2014-09-21
* Allow U+F8FF to be typedGravatar Kevin Ballard2014-09-21
* Fix incorrect error on `read` with 1-character inputGravatar Kevin Ballard2014-09-21
* Add extra logging for interactive test failuresGravatar Kevin Ballard2014-09-21
* Implement new `read --null` flagGravatar Kevin Ballard2014-09-21
* Squelch spurious set PATH errors in testGravatar Kevin Ballard2014-09-20
* Don't include child directories of $PATH in completionsGravatar Kevin Ballard2014-09-20
* Decrement SHLVL when running `exec`Gravatar Kevin Ballard2014-09-19
* Tweak interactive debug outputGravatar Kevin Ballard2014-09-19
* Dump interactive logs on travis test failureGravatar Kevin Ballard2014-09-19
* Reset fish_bind_mode when changing fish_key_bindingsGravatar Kevin Ballard2014-09-18
* Disable fish_title on interactive testsGravatar Kevin Ballard2014-09-08
* Add a test harness for interactive behaviorGravatar Kevin Ballard2014-09-07
* Cleanup fish tests a bitGravatar Kevin Ballard2014-09-07
* New -n option for read builtinGravatar Joseph Tannhuber2014-09-03
* Fix test output for `complete -e` testsGravatar Kevin Ballard2014-09-02
* Add tests for the various `complete -e` changesGravatar Kevin Ballard2014-09-02
* Trim trailing newline on cmdsubst when IFS=''Gravatar Kevin Ballard2014-08-29
* Fix $SHLVLGravatar Kevin Ballard2014-08-29
* Merge pull request #1630 from kballard/expand_variables_in_quoted_stringsGravatar ridiculousfish2014-08-23
|\
* \ Merge branch 'make_type_better' of github.com:kballard/fish-shell into kballa...Gravatar ridiculousfish2014-08-21
|\ \
| | * Fix error span for invalid slice indexesGravatar Kevin Ballard2014-08-21
| | * Parse slices even for empty variablesGravatar Kevin Ballard2014-08-20
| | * Fix double expansions (`$$foo`)Gravatar Kevin Ballard2014-08-20
| |/ |/|
* | Improve history robustness against corrupt filesGravatar ridiculousfish2014-07-29
| * read: Support arrays, character splittingGravatar Kevin Ballard2014-07-14