#3986 closed Bug (Fixed)

Au3Check allows chars after ContinueCase but runtime triggers error — at Version 3

Reported by: genius257 Owned by: Jos
Milestone: 3.3.17.0 Component: Au3Check
Version: 3.3.16.1 Severity: None
Keywords: Cc:

Description (last modified by mLipok)

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

Change History (3)

comment:1 by Jos, on Dec 31, 2023 at 1:39:02 PM

Milestone: 3.3.17.0
Owner: set to Jos
Resolution: Fixed
Status: newclosed

Fixed by revision [13026] in version: 3.3.17.0

comment:3 by mLipok, on Jan 5, 2024 at 3:06:12 AM

Description: modified (diff)
Note: See TracTickets for help on using tickets.