tsrc/testing/tools/testdoc.pl
branchRCL_3
changeset 23 8f0df5c82986
parent 0 96612d01cf9f
equal deleted inserted replaced
21:55fa1ec415c6 23:8f0df5c82986
   108 my @cases; #references to case arrays
   108 my @cases; #references to case arrays
   109 my @gCfgFiles; # list of cfg files.
   109 my @gCfgFiles; # list of cfg files.
   110 my @caseDescs; # case description and the case itself in text
   110 my @caseDescs; # case description and the case itself in text
   111 my @notDocumentedCases; #array to hold information about the cases without documentation
   111 my @notDocumentedCases; #array to hold information about the cases without documentation
   112 
   112 
   113 $regexpCaseName = '[\x3C\x3E\(\)\w.,\/:_\-&\' ]+';
   113 $regexpCaseName = '[\x3C\x3E\(\)\[\]\w.,\/:_\-&\' ]+';
   114 
   114 
   115 my $caseDefaultStatus = 			"NOT RUN";
   115 my $caseDefaultStatus = 			"NOT RUN";
   116 
   116 
   117 #
   117 #
   118 # Case field numerations
   118 # Case field numerations