Bug 21454: Update the tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 29 Sep 2018 16:09:59 +0000 (13:09 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 13:56:33 +0000 (13:56 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/template_filters.t

index a36e756..7ea0f54 100644 (file)
@@ -56,6 +56,7 @@ my $input = <<INPUT;
 [% foo UNLESS bar %]
 [% SET var = val %]
 [% var = val %]
+[% var | \$Price %]
 [%END%]
 INPUT