Modify ↓
Opened 11 years ago
Closed 11 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 Changed 11 years ago by mlipok
comment:2 Changed 11 years ago by Jos
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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'