mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
tests: filter control sequences only when interactive
This demonstrates that we only write control sequences when interactive.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#RUN: %fish %s | %filter-ctrlseqs
|
||||
#RUN: %fish %s
|
||||
# Tests for string builtin. Mostly taken from man page examples.
|
||||
|
||||
string match -r -v "c.*" dog can cat diz; and echo "exit 0"
|
||||
|
||||
Reference in New Issue
Block a user