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

Regexp literal backslash getting stripped #338

Closed
Neurogami opened this issue Jan 10, 2015 · 1 comment
Closed

Regexp literal backslash getting stripped #338

Neurogami opened this issue Jan 10, 2015 · 1 comment
Labels

Comments

@Neurogami
Copy link

Run rdoc over enum.c

The comments in the source code have this:

 e = lines.slice_after(/(?<!\\)\n\z/)

but the resulting rdoc output has this:

e = lines.slice_after(/(?<!\)\n\z/)

Note the missing backslash after the exclamation point.

@zzak zzak added the bug label Dec 22, 2015
@aycabta
Copy link
Member

aycabta commented Jan 30, 2018

This is fixed by #471.

@aycabta aycabta closed this as completed Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants