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
For below config:
# comment \ <main> key value </main>
This is raising an error:
raise ApacheConfigError("Illegal character '%s'" % t.value[0]) apacheconfig.error.ApacheConfigError: Illegal character ''
raise ApacheConfigError("Illegal character '%s'" % t.value[0])
apacheconfig.error.ApacheConfigError: Illegal character ''
while perl parser parse it properly.
I am not sure whether perl's behavior is correct but just wanted to bring it to your notice.
Also it might be related to #34.
Can you please check?
The text was updated successfully, but these errors were encountered:
Hopefully fixed by commit 08d42cb which is in master.
Sorry, something went wrong.
This worked for me. Thanks for fixing it.
This issue is occurring for me again. I checked the my checkout has the fixes present in above commit but i still receive the above error
Hey, is it still failing for you with the latest master?
No branches or pull requests
For below config:
This is raising an error:
while perl parser parse it properly.
I am not sure whether perl's behavior is correct but just wanted to bring it to your notice.
Also it might be related to #34.
Can you please check?
The text was updated successfully, but these errors were encountered: