diff options
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 |