fixed bug with not all tags converting to lowercase
authorRogan Hamby <rhamby@esilibrary.com>
Mon, 26 Feb 2018 21:02:20 +0000 (16:02 -0500)
committerRogan Hamby <rhamby@esilibrary.com>
Mon, 26 Feb 2018 21:02:20 +0000 (16:02 -0500)
mig-bin/mig-reporter

index 9f6ab6a..21fa117 100755 (executable)
@@ -146,8 +146,7 @@ foreach my $func ($dom->findnodes('//function')) {
     $screate->execute();
 }
 
-
-
+$tags = lc($tags);
 my @report_tags = split(/\./,$tags);
 foreach my $t (@report_tags) {
     print "\n\n=========== Starting to process tag $t\n";