mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 00:36:41 +08:00
3 lines
128 B
Fish
3 lines
128 B
Fish
![]() |
#RUN: %fish --features 'string-replace-fewer-backslashes' -C 'string replace -ra "\\\\" "\\\\\\\\" -- "a\b\c"'
|
||
|
# CHECK: a\\b\\c
|