From 3449948b4e56bcb37df4f980c71d907118d7a483 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Nov 2019 16:07:42 +0200 Subject: Require attributes to be separated from words and similar on RHS --- tests/function/regex/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/function/regex/testscript') diff --git a/tests/function/regex/testscript b/tests/function/regex/testscript index 091c28a..9006690 100644 --- a/tests/function/regex/testscript +++ b/tests/function/regex/testscript @@ -203,7 +203,7 @@ v = [string] "foo.cxx bar.txt" - print $regex.replace_lines($v, [string] '(.*)\.cxx', [string]'\1.hxx', return_lines) + print $regex.replace_lines($v, [string] '(.*)\.cxx', [string] '\1.hxx', return_lines) EOI foo.hxx bar.txt -- cgit v1.1