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
Out of bounds error here:
diet-ng/source/diet/parser.d
Line 705 in 36cf576
Trigged by forgetting to finish a line! for example:
a(href="../",onclick
Easy fix, just check in the outer if statement that i is still less than str.length.
i
str.length
I'll do a PR when I get a chance.
The text was updated successfully, but these errors were encountered:
Fix rejectedsoftware#75. Handles cases where a line ends before seein…
20ec13b
…g a break character
c55d7bc
Merge pull request #76 from schveiguy/fix75
f40e6db
Fix #75. Handles cases where a line ends before seeing a break character
No branches or pull requests
Out of bounds error here:
diet-ng/source/diet/parser.d
Line 705 in 36cf576
Trigged by forgetting to finish a line! for example:
Easy fix, just check in the outer if statement that
i
is still less thanstr.length
.I'll do a PR when I get a chance.
The text was updated successfully, but these errors were encountered: