tsrc/testing/tools/testdoc.pl
branchRCL_3
changeset 15 8f0df5c82986
parent 0 96612d01cf9f
--- a/tsrc/testing/tools/testdoc.pl	Tue May 11 16:15:40 2010 +0300
+++ b/tsrc/testing/tools/testdoc.pl	Tue May 25 12:44:54 2010 +0300
@@ -110,7 +110,7 @@
 my @caseDescs; # case description and the case itself in text
 my @notDocumentedCases; #array to hold information about the cases without documentation
 
-$regexpCaseName = '[\x3C\x3E\(\)\w.,\/:_\-&\' ]+';
+$regexpCaseName = '[\x3C\x3E\(\)\[\]\w.,\/:_\-&\' ]+';
 
 my $caseDefaultStatus = 			"NOT RUN";