﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2659	Au3Check - continuation line proposal	mlipok		"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', _
		
'')

}}}"	Feature Request	closed		Au3Check		None	Rejected		
