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

Httpd: accept whitespace comment after tag opening a section #579

Merged
merged 1 commit into from
Aug 22, 2018

Conversation

lutter
Copy link
Member

@lutter lutter commented Aug 10, 2018

We used to only deal with completely empty comments after a tag opening a
section, for example '#\n', but not with a comment that consisted
only of whitespace like '# \n'. We now accept both cases,
resulting in the same tree.

Fixes #577

We used to only deal with completely empty comments after a tag opening a
section, for example '<If cond>#\n', but not with a comment that consisted
only of whitespace like '<If cond># \n'. We now accept both cases,
resulting in the same tree.

Fixes hercules-team#577
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

Successfully merging this pull request may close these issues.

1 participant