Bug 38467: (follow-up) Fix test

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Phil Ringnalda 2024-12-13 10:12:36 -08:00 committed by Katrin Fischer
parent a2310c2f0a
commit 14056e035a
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -179,7 +179,7 @@ subtest "Absolute path change in _get_template_file" => sub {
subtest "Template::Toolkit uses RFC3986" => sub {
plan tests => 1;
my $s = q{console.log("alert('boo!')");};
my $s = q{"'};
my ( $fh, $fn ) = tempfile( SUFFIX => '.tt', UNLINK => 1, DIR => C4::Context::temporary_directory );
print $fh q{URI=[% filter_me | uri %], URL=[% filter_me | url %]};
close $fh;