Test string replace transforms

Just to make sure it works everywhere.
This commit is contained in:
Fabian Homborg 2021-03-19 18:17:43 +01:00
parent e4eaca1032
commit 56135a3231

View File

@ -0,0 +1,3 @@
#RUN: %fish --features regex-easyesc %s
string replace -r 'a(.*)' '\U$0\E' abc
# CHECK: ABC