SQFvm / runtime

Custom implementation of the Arma script language SQF
GNU Lesser General Public License v3.0
98 stars 30 forks source link

[BUG] Config parser - Inconsistent and unexpected "Missing equal sign" error #126

Closed Coryf88 closed 4 years ago

Coryf88 commented 4 years ago

Describe the bug The config parser inconsistently throws an unexpected "Missing equal sign" error for classes.

To Reproduce

  1. Execute configparse__ "class A {};" a few times.
  2. See error: [ERR] [L1|C12|file] Missing equal sign (=). The error's column is also inconsistent. I've seen 12, 13, 14, 15, 19 and 20.

Expected behavior No error.

Screenshots N/A

Additional context N/A

X39 commented 4 years ago

cannot reproduce, please reopen if still relevant with latest (see https://github.com/SQFvm/runtime/actions?query=workflow%3ACI)