nginxinc / crossplane

Quick and reliable way to convert NGINX configurations into JSON and back.
Apache License 2.0
717 stars 86 forks source link

Fixed error messages for missing semicolons #37

Closed aluttik closed 6 years ago

aluttik commented 6 years ago

Essentially error messages weren't getting reported correctly if the last directive in a block didn't end with a semicolon.

Fixes #31