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

More Robust Name Regex #370

Merged
merged 1 commit into from
May 21, 2018
Merged

Conversation

ax3l
Copy link
Contributor

@ax3l ax3l commented Apr 5, 2018

If the name passed into the sphinxrenderer regex happens to be a number, e.g. 1, the regex fails.

Escaping the placeholders properly makes the regex more robust.

If the name passed into the sphinxrenderer regex happens to be
a number, e.g. `1`, the regex failed.

Escaping the place holders properly makes the regex more robust.

Co-authored-by: René Widera <r.widera@hzdr.de>
@vermeeren vermeeren self-assigned this May 21, 2018
@vermeeren
Copy link
Collaborator

Looks like the failing check was a network issue in CI. Apparently close+reopen PR reinvokes CI. Once that is done I will merge. Thank you for the fix.

@vermeeren vermeeren closed this May 21, 2018
@vermeeren vermeeren reopened this May 21, 2018
@vermeeren vermeeren merged commit 0eb4aba into breathe-doc:master May 21, 2018
@vermeeren vermeeren added bug Problem in existing code code Source code labels May 21, 2018
@ax3l ax3l deleted the fix-robustRegexName branch May 22, 2018 07:02
vermeeren added a commit that referenced this pull request Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Problem in existing code code Source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants