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-23 20:33:44 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
980ef6f2f1
fish-shell
/
tests
/
checks
/
init-command.fish
3 lines
57 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 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
Reference in New Issue
Copy Permalink