Modify ↓
Opened 12 years ago
Closed 12 years ago
#2659 closed Feature Request (Rejected)
Au3Check - continuation line proposal
| Reported by: | mlipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Au3Check | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
repro script:
WinWaitNotActive('TEST', _
_
'')
How you can see I use two times continuation.
proposal:
if the line after the "continuation character" includes (white space characters or the line continuation character)
I think it is now checked in this way
if the line after the "continuation character" contains only (whitespace characters)
My observations confirm this script:
WinWaitNotActive('TEST', _
'')
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

supplement:
first script does not display the error, and the solution I wanted to report as a 'Feature Request'