aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.in
Commit message (Collapse)AuthorAge
* make testing on local servers hermeticGravatar Kurtis Rader2016-02-25
| | | | | | | | | | | | | | | | | | I noticed while fixing issue #2702 that the fish program being tested was sourcing config.fish files outside of the current build. This also happens when Travis CI runs the tests but isn't an issue there because of how Travis is configured to execute the tests. I also noticed that running `make test` was polluting my personal fish history; which will become a bigger problem if and when the fishd universal var file is moved from $XDG_CONFIG_HOME to $XDG_DATA_HOME. This change makes it possible for an individual to run the tests on their local machine secure in the knowledge that only the config.fish and related files from their git repository will be used and doing so won't pollute their personal fish history. Resolves #469
* psub: add -s, --suffixGravatar Eugene Sharygin2015-11-14
|
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* BOM test should only run in UTF-8 localesGravatar ridiculousfish2014-11-02
|
* Allow # within string tokensGravatar ridiculousfish2014-11-01
| | | | | | | This means that # must be the first character of the string to start a comment, in line with other shells Fixes #953
* Fix to swallow BOMs in sourced filesGravatar ridiculousfish2014-11-01
| | | | Fixes #1518
* Unescape strings in keyword detection.Gravatar ridiculousfish2014-10-15
| | | | | This allows keywords to be quoted. However, they may not contain variable or process expansions, etc. Fixes #1398
* Improve error reporting for unclosed blocksGravatar ridiculousfish2014-10-14
|
* Update psub for the new --inherit-variable flagGravatar Kevin Ballard2014-10-02
| | | | | Also do some minor formatting cleanup, make psub return 1 when executed outside of a command substitution, and make it respect $TMPDIR.
* Set the job property of block_t before expanding arguments associatedGravatar ridiculousfish2014-04-02
| | | | with the job, fixing psub. Fixes #1394
* 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
| | | | test for it too.
* Support for implicit cd, no-exec, and the exit builtin. All tests nowGravatar ridiculousfish2013-12-29
| | | | pass (!). Error reporting still unsteady.
* Support for break/continue with new parser executionGravatar ridiculousfish2013-12-28
|
* Cleanup of code that decides whether or not to fork. Fix for issue where ↵Gravatar ridiculousfish2013-06-16
| | | | stderr may be output twice.
* include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
|
* fixed #449, added testGravatar Jan Kanis2012-12-20