keywords: sort keywords alphabetically
This commit is contained in:
@@ -120,8 +120,8 @@ sub show {
|
|||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
# numerically on amount, or alphebetically if same amount
|
# sort alphabetically
|
||||||
my @mtest = reverse sort { $k{$a} <=> $k{$b} || $b cmp $a } keys %k;
|
my @mtest = reverse sort { $b cmp $a } keys %k;
|
||||||
|
|
||||||
print <<TOP
|
print <<TOP
|
||||||
<table><tr><th>Num</th><th>Keyword</th><th>Test Cases</th></tr>
|
<table><tr><th>Num</th><th>Keyword</th><th>Test Cases</th></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user