This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 21:54:26 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2a121ef1aa
fish-shell
/
tests
/
checks
/
init-command-mix-ordering.fish
4 lines
92 B
Fish
Raw
Normal View
History
Unescape
Escape
tests: filter control sequences only when interactive This demonstrates that we only write control sequences when interactive.
2024-04-12 18:19:32 +08:00
#RUN: %fish -c 'echo command' -C 'echo init-command'
Port most of the invocation tests to littlecheck This is a bit weird sometimes, e.g. to test the return status (that fish actually *returns $status*), we use a #RUN line with %fish invoking %fish, so we can use the substitution. Still much nicer. The missing scripts are those that rely on config.
2019-06-26 02:47:28 +08:00
# CHECK: init-command
# CHECK: command
Reference in New Issue
Copy Permalink