Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get exception while parsing arrays with comments in the end #4

Closed
zensolution opened this issue Jun 18, 2019 · 3 comments
Closed

Get exception while parsing arrays with comments in the end #4

zensolution opened this issue Jun 18, 2019 · 3 comments

Comments

@zensolution
Copy link

I am receiving error while parsing the following hcl files:

cidr-blocks = [
  "10.12.22.22/24", # Test
  "10.65.0.0/23",  # Example
]

Parsing is good when I take "# Example" out. The error messages is like below,

com.bertramlabs.plugins.hcl4j.HCLParserException: Illegal character <(]) - state: 14> found on line: 4 col: 1
at com.bertramlabs.plugins.hcl4j.HCLLexer.yylex(HCLLexer.java:993)

Thanks, in advance.

@davydotcom
Copy link
Contributor

davydotcom commented Jun 19, 2019 via email

@davydotcom
Copy link
Contributor

Resolved in 0.2.3

1 similar comment
@davydotcom
Copy link
Contributor

Resolved in 0.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants