Wiki

root/cobra/trunk/Tests/100-basics/010-single-line-comments.cobra

Revision 1376, 201 bytes (checked in by Chuck.Esterbrook, 4 years ago)

Fixed: A stray space on a blank line triggers a false error message about indentation.

  • Property svn:eol-style set to native
Line 
1namespace Test
2# a comment
3    class Test
4    # a comment TAB
5    # a comment SPACE TAB
6     # a comment TAB SPACE
7    # a comment 4 SPACEs
8     # a comment 5 SPACEs
9        def main
10            is shared
11            return # a comment
Note: See TracBrowser for help on using the browser.