From b65f7dd963ba5978315885d3b0766f86edacd492 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 8 May 2008 03:16:24 +0000 Subject: [PATCH] =?utf8?q?Bug=20432717:=20t/008filter.t=20incorrectly=20re?= =?utf8?q?ports=20[%=20foo.${bar}=20=3D=20baz=20%]=20as=20unsafe=20-=20Pat?= =?utf8?q?ch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/008filter.t b/t/008filter.t index 8b92d94d03..d999e20085 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 -- 2.47.2