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

Failure to ignore comments, now using tabs instead of spaces for indentation. #11

Closed
wants to merge 2 commits into from

Conversation

edwinvanrijkom
Copy link

This is a follow up to my previous pull request [https://github.com//pull/10/commits]. You (Norman) remarked that the failures where due to using spaces with the comments file rather than tabs. However, I'm able to reproduce when using tabs too (using the comments file as enclosed with this pull requests). Please advice,

Cheers,
Edwin

…res: ['js_comments']' fail unexpectedly. Insert a blank space between "@param" and "{jQuery..." at line schorfES#57 of comments.js restores the expected behavior.
@schorfES
Copy link
Owner

schorfES commented Dec 9, 2013

Okay, right now I can see the problem. I have to take a closer look into it to solve this problem. I've noticed that it works fine, when using /* instead of /** to start a comment. But I currently don't know why...

Thank you for your corrected version!

@schorfES schorfES closed this in e7c6c5c Dec 23, 2013
@schorfES
Copy link
Owner

Thank you for your commit. It helped me to find the problem. The mistake was that a comment which appeared more than once was only indexed at its first appearance.
I didn't merged your commits because they contained too many changes which weren't necessary to fix this issue. I hope you understand that!

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.

None yet

3 participants