﻿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	Jos	"The following code passes with no warnings or errors with Au3Check, but triggers AutoIt error during runtime:

{{{#!autoit
Switch 1
    Case 1
        Switch 2
            Case 2
                ContinueCase 2
            Case 3
        EndSwitch
    Case 2
EndSwitch
}}}
"	Bug	closed	3.3.17.0	Au3Check	3.3.16.1	None	Fixed		
