mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41: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,2 +1,2 @@
|
||||
#RUN: %fish --features 'regex-easyesc' -C 'string replace -ra "\\\\" "\\\\\\\\" -- "a\b\c"' | %filter-ctrlseqs
|
||||
#RUN: %fish --features 'regex-easyesc' -C 'string replace -ra "\\\\" "\\\\\\\\" -- "a\b\c"'
|
||||
# CHECK: a\\b\\c
|
||||
|
||||
Reference in New Issue
Block a user