From dfecc325cd276861ea2c9fa2a36b4014ce4edd7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 7 Jun 2021 10:02:45 +0200 Subject: [PATCH] tests: Mehr Information bei Template Fehlern (Name der Datei) --- t/template_syntax.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/template_syntax.t b/t/template_syntax.t index f31c4e5ec..142f102c4 100644 --- a/t/template_syntax.t +++ b/t/template_syntax.t @@ -27,7 +27,7 @@ foreach my $ref (@Support::Templates::referenced_files) { ok(0, "${file} contains syntax errors"); } else { - die "Unknown result type: " . ref($result); + die "Unknown result type: " . ref($result) . " for file " . $file; } } -- 2.20.1