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

Do not quote a doxygen string if it is already quoted #13

Merged
merged 1 commit into from Mar 14, 2016

Conversation

timj
Copy link
Member

@timj timj commented Mar 1, 2016

No description provided.

# Also have a version that quotes each item in a sequence and generates the
# final quoted entry.
def _quote_path(path):
if " " in path:
if " " in path and not path.startswith('"') and not path.endswith('"'):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess unbalanced quotes are OK...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what to say about people who put double quotes in their paths...

jhoblitt added a commit that referenced this pull request Mar 14, 2016
Do not quote a doxygen string if it is already quoted
@jhoblitt jhoblitt merged commit 49bc714 into master Mar 14, 2016
@ktlim ktlim deleted the tickets/DM-5251 branch August 25, 2018 06:16
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

2 participants