projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476d2c5
)
tests: Mehr Information bei Template Fehlern (Name der Datei)
author
Jan Büren
<jan@kivitendo.de>
Mon, 7 Jun 2021 08:02:45 +0000
(10:02 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Mon, 7 Jun 2021 08:02:45 +0000
(10:02 +0200)
t/template_syntax.t
patch
|
blob
|
history
diff --git
a/t/template_syntax.t
b/t/template_syntax.t
index
f31c4e5
..
142f102
100644
(file)
--- 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
;
}
}