Commit b65f7dd9 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as unsafe -…

Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as unsafe - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent cce244f6
...@@ -190,7 +190,7 @@ sub directive_ok { ...@@ -190,7 +190,7 @@ sub directive_ok {
return 1 if $directive =~ /^[0-9]+$/; return 1 if $directive =~ /^[0-9]+$/;
# Simple assignments # Simple assignments
return 1 if $directive =~ /^[\w\.\$]+\s+=\s+/; return 1 if $directive =~ /^[\w\.\$\{\}]+\s+=\s+/;
# Conditional literals with either sort of quotes # Conditional literals with either sort of quotes
# There must be no $ in the string for it to be a literal # There must be no $ in the string for it to be a literal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment