mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
47798510bd
Oops, missed these the first time around.
2 lines
110 B
Fish
2 lines
110 B
Fish
#RUN: %fish --features 'no-regex-easyesc' -C 'string replace -ra "\\\\" "\\\\\\\\" -- "a\b\c"'
|
|
# CHECK: a\b\c
|