Show
Ignore:
Timestamp:
08/19/08 06:14:58 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Fixed: Putting a comment after a doc string, but before a test section causes an invalid compilation error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/CobraParser.cobra

    r1584 r1585  
    16821682                        codePartContainingTest = codePart to BoxMember  # TODO: figure out better typing for this assignement and the method sig of this method 
    16831683                try 
     1684                        while .peek.which in 'EOL', .grab 
    16841685                        if .peek.which in ['BODY', 'TEST', 'REQUIRE', 'ENSURE', 'OR', 'AND'] 
    16851686                                # sectional