mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 02:06:21 +08:00
Test string replace transforms
Just to make sure it works everywhere.
This commit is contained in:
parent
e4eaca1032
commit
56135a3231
3
tests/checks/string-advanced.fish
Normal file
3
tests/checks/string-advanced.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
#RUN: %fish --features regex-easyesc %s
|
||||
string replace -r 'a(.*)' '\U$0\E' abc
|
||||
# CHECK: ABC
|
Loading…
Reference in New Issue
Block a user