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/Tests/120-classes/804-test.cobra

    r1181 r1585  
    1  
    21class BlindWatchMaker1 
    32 
     
    2423                                sb.append(c) 
    2524                        return sb.toString 
     25 
     26        def foo as String 
     27                """ 
     28                """ 
     29# test having comments after the doc string but before the 'test' section. 
     30                test 
     31                        assert true 
     32                body 
     33                        return ''