﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3667	"Continuation line with no code on it passes Au3Check but at runtime ""Error parsing function call"""	c.haslam	Jon	"Try this script:

{{{

{{{
#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7

foo('cat', _
    'white', _
 _ ;    'black', _
    'short')

Func foo($ani,$colour,$fur)
    MsgBox(0,'',$colour&' '&$ani&' has '&$fur&' fur')
EndFunc
}}}

}}}
"	Bug	closed	3.3.15.5	AutoIt	3.3.14.5	None	Fixed		
