mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -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
|
||||
|
||||
printf "%d %d\n" 1 2 3
|
||||
# CHECK: 1 2
|
||||
|
||||
Reference in New Issue
Block a user