Changeset 1585 for cobra/trunk/Tests/120-classes/804-test.cobra
- Timestamp:
- 08/19/08 06:14:58 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Tests/120-classes/804-test.cobra (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/120-classes/804-test.cobra
r1181 r1585 1 2 1 class BlindWatchMaker1 3 2 … … 24 23 sb.append(c) 25 24 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 ''
