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 mlipok, 12 years ago

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

comment:2 by Jos, 12 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.