Modify

Opened 4 months ago

Closed 4 months ago

Last modified 4 months ago

#3986 closed Bug (Fixed)

Au3Check allows chars after ContinueCase but runtime triggers error

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

Attachments (0)

Change History (3)

comment:1 Changed 4 months ago by Jos

  • Milestone set to 3.3.17.0
  • Owner set to Jos
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [13026] in version: 3.3.17.0

comment:2 Changed 4 months ago by mLipok

comment:3 Changed 4 months ago by mLipok

  • Description modified (diff)

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.