-
Notifications
You must be signed in to change notification settings - Fork 457
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
(MODULES-8584) Handle multiple escaped quotes in comments properly #815
(MODULES-8584) Handle multiple escaped quotes in comments properly #815
Conversation
4027da2
to
7969d16
Compare
7969d16
to
1e2fedf
Compare
table: 'filter', | ||
params: { | ||
name: '000 parse escaped "s, \'s, and \\s', | ||
name: '000 parse escaped "s, "s, \'s, \'s, \\s and \\s', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you double up each of these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make sure we handle one or more escaped quotes. As my regexp was fine for one escaped "
, but not for more, which was the case. I can add it as a separated test if you like.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I'm an idiot. Need to stop reviewing first thing on a monday. Will make an adhoc run, and if it passes will merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, cheers!
This comment has been minimized.
This comment has been minimized.
@mateusz-gozdek-sociomantic Thanks for putting in the work :) |
Thanks for quick feedback! |
No description provided.