﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3986	Au3Check allows chars after ContinueCase but runtime triggers error	genius257		"The following code passes with no warnings or errors with Au3Check, but triggers AutoIt error during runtime:

{{{
Switch 1
    Case 1
        Switch 2
            Case 2
                ContinueCase 2
            Case 3
        EndSwitch
    Case 2
EndSwitch
}}}
"	Bug	new		Au3Check	3.3.16.1	None			
