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