We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Config:
# comment TAG << MYTAG some line MYTAG # comment2 <tag> key value </tag>
Please note extra space after second MYTAG keyword.
with python parser:
{}
Also for config:
TAG << MYTAG some line MYTAG # comment
I am getting
raise ApacheConfigError("Parser error at '%s'" % p.value if p else 'Unexpected EOF') apacheconfig.error.ApacheConfigError: Unexpected EOF
raise ApacheConfigError("Parser error at '%s'" % p.value if p else 'Unexpected EOF')
apacheconfig.error.ApacheConfigError: Unexpected EOF
Can you please check?
The text was updated successfully, but these errors were encountered:
Oh, may be Perl approach is more fragile... At least with bash the delimiter must be alone not be terminating line...
We could probably introduce an option to support Perl behavior conditionally...
Sorry, something went wrong.
That would be great if we can have Perl behavior working as well.
I am also facing similar issue. Is the option to support Perl behavior added ?
Have we introduced any option to support this ?
No branches or pull requests
Config:
Please note extra space after second MYTAG keyword.
with python parser:
{}
Also for config:
I am getting
Can you please check?
The text was updated successfully, but these errors were encountered: