fish-shell/tests/checks/string-advanced.fish
Johannes Altmanninger 1e858eae35 tests: filter control sequences only when interactive
This demonstrates that we only write control sequences when interactive.
2024-04-12 12:28:22 +02:00

4 lines
92 B
Fish

#RUN: %fish --features regex-easyesc %s
string replace -r 'a(.*)' '\U$0\E' abc
# CHECK: ABC