You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
ACE3 Version:
3.12.0
(dev + 4cfa64d)Description:
SQF preprocessor supports multi-line statements with
\
at the line end, including inside strings and excluding comments. E.g. this codeis preprocessed to
It looks like
tools\sqf_validator.py
doesn't support such multi-line statements and produces false errors in some cases.Steps to reproduce:
test.sqf
inaddons\ai
folder with this correct sqf content:sqf_validator.py -m ai
;ERROR: Possible missing semi-column ';' detected at addons/ai\test.sqf Line number: 1
Where did the issue occur?
The text was updated successfully, but these errors were encountered: