aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
...
* 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
| * Update tests for new `type` behaviorGravatar Kevin Ballard2014-07-13
|/
* Teach while loops to not hang forever with no-executeGravatar ridiculousfish2014-07-11
* Switch variable name in tests from foo to something less likely to beGravatar ridiculousfish2014-07-06
* Add test for issue 1526Gravatar ridiculousfish2014-07-06
* 'echo -' should output a dash instead of treating it as optionsGravatar ridiculousfish2014-05-16
* Move the empty function test to tests.Gravatar Konrad Borowski2014-05-06
* Add test for empty function name.Gravatar Konrad Borowski2014-05-06
* Set the job property of block_t before expanding arguments associatedGravatar ridiculousfish2014-04-02
* Implement status -n (line number) with new parserGravatar ridiculousfish2014-03-01
* Expand the variable name as an ordinary parameter in for loops. AddedGravatar ridiculousfish2014-02-21
* Tests and fix to allow return to work correctly within if statements. Closes ...Gravatar ridiculousfish2014-02-12
* Make if statements always return success at the end, matching otherGravatar ridiculousfish2014-02-07
* Make the test harness output file diffs on failureGravatar ridiculousfish2014-02-04
* Makefile/tests: use return values to communicate errorsGravatar David Adam2014-01-15
* Added tests for piping an fd other than stdoutGravatar ridiculousfish2014-01-13
* Support for implicit cd, no-exec, and the exit builtin. All tests nowGravatar ridiculousfish2013-12-29
* Support for break/continue with new parser executionGravatar ridiculousfish2013-12-28
* Finish rewriting detect_errors to use new parser. All tests now pass (!)Gravatar ridiculousfish2013-12-12
* Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* Cleanup of code that decides whether or not to fork. Fix for issue where stde...Gravatar ridiculousfish2013-06-16
* Try to fix printf tests on LinuxGravatar ridiculousfish2013-04-03
* Enabled test cases for unicode characters in printf builtinGravatar Siteshwar Vashisht2013-03-29
* Teach fish how to push and pop blocks even in the face of no_exec. All tests ...Gravatar ridiculousfish2013-03-25
* Fix printf output to store \r instead of \nGravatar ridiculousfish2013-03-24
* Implement actual error handling for builtin_printf. Fix the tests.Gravatar ridiculousfish2013-03-24
* Added test cases for printf builtinGravatar Siteshwar Vashisht2013-03-03
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* fix a memory leak in profiling, add a profiling testGravatar Jan Kanis2013-01-14
* Added a seq function that defers to the seq command if presentGravatar ridiculousfish2013-01-12
* really fix bug in export status of universal vars; add tests for that bugGravatar Jan Kanis2013-01-02