Modify ↓
Opened 8 years ago
Closed 8 years ago
#3646 closed Bug (No Bug)
unclosed comments start directive inside of comment section results in error
| Reported by: | genius257 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
The following code
#comments-start #comments-start some comment text #comments-end
Results in
Error: Unterminated group of comments.
Shouldn't anything other than a comment-end directive be ignored within a comment section?
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

It seems #cs & #ce somehow nest: it appears you need as many #ce as #cs. If you have one more of any of #cs or #ce, the interpretor barks. Here it complains about "extra":
I wouldn't qualify this behavior as "bug": say "feature".