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