Opened 11 months ago
Last modified 11 months ago
#3986 closed Bug
Au3Check allows chars after ContinueCase but runtime triggers error — at Initial Version
Reported by: | genius257 | Owned by: | |
---|---|---|---|
Milestone: | 3.3.17.0 | Component: | Au3Check |
Version: | 3.3.16.1 | Severity: | None |
Keywords: | Cc: |
Description
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
Note: See
TracTickets for help on using
tickets.