From b663a98aaac1ff1c24db43f7a07bc13728d38cae Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Fri, 13 Dec 2024 10:12:36 -0800 Subject: [PATCH] Bug 38467: (follow-up) Fix test Signed-off-by: Victor Grousset/tuxayo --- t/db_dependent/Templates.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Templates.t b/t/db_dependent/Templates.t index aa1785d226..a37587f42f 100755 --- a/t/db_dependent/Templates.t +++ b/t/db_dependent/Templates.t @@ -144,7 +144,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; -- 2.47.1