Closed Coryf88 closed 3 years ago
This is related to the poor handling of broken config strings.
Due to lack of proper "definitive" way of parsing configs, this is currently a Won't Fix
. It might be fixed with a rewrite of the config parser, that handles the value-side of tokens with a separate parser.
Might be fixed with #156
Describe the bug The config parser errors when parsing a GUI's
controls[]
.To Reproduce
test.cpp
, containing:sqfvm.exe --parse-only --input-config test.cpp
Expected behavior No error.
Screenshots N/A
Additional context N/A