aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAge
* Initial work towards various IO cleanups with an eye to fixing ↵Gravatar ridiculousfish2013-08-19
| | | | https://github.com/fish-shell/fish-shell/issues/110
* Cleanup of code that decides whether or not to fork. Fix for issue where ↵Gravatar ridiculousfish2013-06-16
| | | | stderr may be output twice.
* 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
| | | | | | finally pass. https://github.com/fish-shell/fish-shell/issues/624
* Fix printf output to store \r instead of \nGravatar ridiculousfish2013-03-24
| | | | Is git breaking line endings?
* 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 ↵Gravatar ridiculousfish2013-01-31
| | | | | | | unless it fails https://github.com/fish-shell/fish-shell/issues/547 https://github.com/fish-shell/fish-shell/issues/214
* 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
| | | | https://github.com/fish-shell/fish-shell/issues/137
* really fix bug in export status of universal vars; add tests for that bugGravatar Jan Kanis2013-01-02
|
* include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
|
* Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
|
* fixed #449, added testGravatar Jan Kanis2012-12-20
|
* Further fixes to newline escapingGravatar ridiculousfish2012-11-23
| | | | Addresses issue described in https://github.com/fish-shell/fish-shell/issues/347#issuecomment-10650443
* Implement new newline-escaping behavior. Backslashes at the end of lines now ↵Gravatar ridiculousfish2012-11-22
| | | | | | | essentially delete the newline, within normal text or double quotes. Backslashes are retained within single quotes. Fixes https://github.com/fish-shell/fish-shell/issues/347 Fixes https://github.com/fish-shell/fish-shell/issues/52
* Fixed recursive brace expansionGravatar ridiculousfish2012-11-20
| | | | https://github.com/fish-shell/fish-shell/issues/399
* Fix bug where 'else if' does not support functions and redirectionsGravatar ridiculousfish2012-11-04
| | | | https://github.com/fish-shell/fish-shell/issues/359
* Make the \c special character in echo suppress the newline tooGravatar ridiculousfish2012-10-17
|
* Implement -e option to echo (to interpret special characters), and -E to not ↵Gravatar ridiculousfish2012-10-17
| | | | | | interpret them https://github.com/fish-shell/fish-shell/issues/337
* Fix for issue where else if would fail to pass arguments to commands. Also ↵Gravatar ridiculousfish2012-10-17
| | | | | | | implements short-circuiting for and/or so that non-existent commands don't produce error messages. Fixes https://github.com/fish-shell/fish-shell/issues/345 Fixes https://github.com/fish-shell/fish-shell/issues/349
* Changed "elseif" to "else if"Gravatar ridiculousfish2012-09-03
|
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
|
* Merge branch 'index_range'Gravatar ridiculousfish2012-07-19
|\
* | Tests for contains -iGravatar maxfl2012-07-10
| |
| * Fix case when first index is command substitutionGravatar maxfl2012-07-08
| |
| * Fix case when second limit is a variable:Gravatar maxfl2012-07-08
| | | | | | | | echo $PATH[1..$n]
| * Add variable expand rangesGravatar maxfl2012-07-08
|/ | | | | | echo $PATH[-1..1] #now works Add tests for ranges
* Add a test case for switch error code (issue #161)Gravatar Kevin Ballard2012-06-24
|
* Add support for querying variables with scope options as requested in issue #132Gravatar Siteshwar Vashisht2012-06-18
|
* Support for importing fish 1.x's history and format, and also bashGravatar ridiculousfish2012-06-15
|
* Fix for https://github.com/ridiculousfish/fishfish/issues/2Gravatar ridiculousfish2012-05-11
|
* Fix for longstanding bug where set -e would fail to erase elements from an ↵Gravatar ridiculousfish2012-05-10
| | | | | | array. This was introduced in 7b3377e78c16b3ba74edb141ca0dd2ec895806b9
* add test case for 364d3dbbf8dGravatar Grissiom2010-11-24
|
* add test case for 6b243fbcGravatar Grissiom2010-11-23
|
* don't parse the options that should be passed to fish scriptsGravatar Grissiom2010-10-03
| | | | | | This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases.
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Do not test universal variable functionality since it relies on fish to be ↵Gravatar axel2006-07-19
| | | | | | installed darcs-hash:20060718173711-ac50b-1feae98c4c283bfa5bbc8dfedec3eb4641316a8d.gz
* Updates, bugfixing and minor edits on the test suiteGravatar axel2006-06-05
| | | | darcs-hash:20060605133133-ac50b-e2ee5868f9f3ede147c7059d90c0f520ed905a5f.gz
* Fix broken regression test (irony?)Gravatar axel2005-10-02
| | | | darcs-hash:20051002134406-ac50b-d9d3c94eb08ecd05be1a4e128ca08d9d3ae53978.gz
* Minor fix in testsuiteGravatar axel2005-09-28
| | | | darcs-hash:20050927174025-ac50b-554f6bf9aefc2da0b5a40baebb44bcd02a933704.gz
* Update testsuite to reflect new variable scoping rulesGravatar axel2005-09-27
| | | | darcs-hash:20050927083554-ac50b-80f5fcb0022416a80eb8d3aa673282a2c67d4dd4.gz
* Fix regression bug in regression test suiteGravatar axel2005-09-27
| | | | darcs-hash:20050926141136-ac50b-864add3824c34e96ad56bc0e92537196992692b0.gz
* Add subdirectoriesGravatar axel2005-09-20
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz