-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to parse heredoc inside a block properly #16
Comments
The issue here is that closing But now I am curious how would you include |
Hmm, is it a good idea to allow whitespaces around the anchor? At least with bash, this is not allowed. |
This is working with current version of code. |
It does, but I feel like this may break things elsewhere. May be we should better make this behavior configurable. |
I agree. It would be great of we have some option to enable PERL heredoc and keep default as BASH here doc. |
Hey, @sydneyli! Do you think this has been fixed lately? |
The behavior in the original issue fixed, but extra whitespaces after the closing heredoc anchor seems to still break things. |
Config:
With python version of config parser I am getting parse error
But with perl version:
Can you please check?
The text was updated successfully, but these errors were encountered: