View | Details | Raw Unified | Return to bug 38467
Collapse All | Expand All

(-)a/t/db_dependent/Templates.t (-2 / +1 lines)
Lines 144-150 subtest "Absolute path change in _get_template_file" => sub { Link Here
144
subtest "Template::Toolkit uses RFC3986" => sub {
144
subtest "Template::Toolkit uses RFC3986" => sub {
145
    plan tests => 1;
145
    plan tests => 1;
146
146
147
    my $s = q{console.log("alert('boo!')");};
147
    my $s = q{"'};
148
    my ( $fh, $fn ) = tempfile( SUFFIX => '.tt', UNLINK => 1, DIR => C4::Context::temporary_directory );
148
    my ( $fh, $fn ) = tempfile( SUFFIX => '.tt', UNLINK => 1, DIR => C4::Context::temporary_directory );
149
    print $fh q{URI=[% filter_me | uri %], URL=[% filter_me | url %]};
149
    print $fh q{URI=[% filter_me | uri %], URL=[% filter_me | url %]};
150
    close $fh;
150
    close $fh;
151
- 

Return to bug 38467