mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 16:01:15 -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
|
||||
echo $foo[0]
|
||||
#CHECKERR: {{.*}}checks/zero_based_array.fish (line {{\d+}}): array indices start at 1, not 0.
|
||||
#CHECKERR: echo $foo[0]
|
||||
|
||||
Reference in New Issue
Block a user