Modify ↓
Opened 15 years ago
Closed 14 years ago
#1934 closed Bug (Fixed)
Au3check false error
| Reported by: | Jos | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.7.16 | Component: | Au3Check |
| Version: | 3.3.7.2 | Severity: | None |
| Keywords: | Cc: |
Description
Following code triggers an Error in au3check (v1.54.20.0) on the #forceref due to the IF above it. This works fine in the v1.54.19.0
#AutoIt3Wrapper_Au3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6
Func test()
local $a = 1
If $a then exit
#forceref $a
EndFunc
ERROR: missing separator character after keyword.
#forceref $a
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 14 years ago
| Milestone: | → 3.3.7.16 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [6213] in version: 3.3.7.16
Note:
See TracTickets
for help on using tickets.

Introduced by fix committed rev 5945 to fix #1051.
Fix needs to be reviewed.