Allow using double quotes within triple double quotes.#47
Merged
lemonsaurus merged 2 commits intomasterfrom Apr 12, 2018
Merged
Allow using double quotes within triple double quotes.#47lemonsaurus merged 2 commits intomasterfrom
lemonsaurus merged 2 commits intomasterfrom
Conversation
lemonsaurus
approved these changes
Apr 12, 2018
Contributor
lemonsaurus
left a comment
There was a problem hiding this comment.
this line
looks fine
Contributor
|
Great first PR. Even though it's just one line of code, you've solved the problem, provided a reference for the clickup ticket, and even added screenshots of it in action. I wish all PRs were this good. |
Ultros-Bot
pushed a commit
that referenced
this pull request
Nov 13, 2018
Ultros-Bot
pushed a commit
that referenced
this pull request
Nov 13, 2018
…'master' #47: Don't trigger URL filtering on a single message. See merge request python-discord/projects/bot!85
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1nbzeon clickup: "modify the python syntax parser so that it will automatically escape any double quotes within a triple double quote block. currently it is necessary to manually escape these."When using double quotes within a triple quote block, the Python syntax parser would previously error. This fixes that by escaping any double quotes: