willowtreeapps / wist

A linter for BrightScript
Apache License 2.0
43 stars 11 forks source link

Trailing comma in array is mis-reported #101

Closed joetesta closed 6 years ago

joetesta commented 6 years ago
sub whatever()
  m.constants = {
    test: [
        "pkg:/images/1.png",
        "pkg:/images/2.png",
    ]
  }
end sub

produces : 7:0 error Parsing error: mismatched input 'sub' expecting <EOF>