mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Test string replace transforms
Just to make sure it works everywhere.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user