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 15:02:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
fish-shell
/
tests
/
checks
/
command-2.fish
4 lines
86 B
Fish
Raw
Permalink
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 1.2.3.4." -c "echo 5.6.7.8."
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: 1.2.3.4.
# CHECK: 5.6.7.8.
Reference in New Issue
Copy Permalink