Revision 0623a45d
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
t/004template.t | ||
---|---|---|
|
||
# test master files for <translate> tag
|
||
foreach my $ref (@Support::Templates::referenced_files) {
|
||
my $file = "${template_path}${ref}_master.html";
|
||
my $file = "${template_path}${ref}.html";
|
||
my $data = read_file($file) || die "??? couldn't open $file";
|
||
if ($data =~ /<translate>/) {
|
||
ok(0, "$file uses deprecated <translate> tags.");
|
Auch abrufbar als: Unified diff
template tests waren noch auf _master Syntax angewiesen.