From b65f7dd963ba5978315885d3b0766f86edacd492 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 8 May 2008 03:16:24 +0000 Subject: Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as unsafe - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index 8b92d94d0..d999e2008 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -190,7 +190,7 @@ sub directive_ok { return 1 if $directive =~ /^[0-9]+$/; # Simple assignments - return 1 if $directive =~ /^[\w\.\$]+\s+=\s+/; + return 1 if $directive =~ /^[\w\.\$\{\}]+\s+=\s+/; # Conditional literals with either sort of quotes # There must be no $ in the string for it to be a literal -- cgit v1.2.3-24-g4f1b