Changeset 1585 for cobra/trunk/Source/CobraParser.cobra
- Timestamp:
- 08/19/08 06:14:58 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/CobraParser.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/CobraParser.cobra
r1584 r1585 1682 1682 codePartContainingTest = codePart to BoxMember # TODO: figure out better typing for this assignement and the method sig of this method 1683 1683 try 1684 while .peek.which in 'EOL', .grab 1684 1685 if .peek.which in ['BODY', 'TEST', 'REQUIRE', 'ENSURE', 'OR', 'AND'] 1685 1686 # sectional
