Fix long tag name for testsuite
This commit is contained in:
parent
e6c9c1251b
commit
9981ac3346
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ sub tag_tests
|
||||||
$rendu = $_[2];
|
$rendu = $_[2];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$rendu = "*";
|
$rendu = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
my $year;
|
my $year;
|
||||||
|
|
Reference in a new issue