Opened on Dec 31, 2023 at 12:40:30 AM
Last modified on Jan 5, 2024 at 3:06:12 AM
#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.
