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