Skip to content

Make handleSquiggles no longer dependent on special escaping in parsePropertiesFile#3778

Merged
Colengms merged 1 commit intomasterfrom
coleng/parsePropertiesFileFix
Jun 17, 2019
Merged

Make handleSquiggles no longer dependent on special escaping in parsePropertiesFile#3778
Colengms merged 1 commit intomasterfrom
coleng/parsePropertiesFileFix

Conversation

@Colengms
Copy link
Copy Markdown
Contributor

No description provided.

}

if (handleSquiggles && success) {
if (success) {
Copy link
Copy Markdown
Contributor

@michelleangela michelleangela Jun 15, 2019

Choose a reason for hiding this comment

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

so squiggles are always handled now? Does this work for when edits are done to the UI and then user goes to json file?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oh I see, it only applies escapeForSquiggles on a copy of config and not the main copy.

}

if (handleSquiggles && success) {
if (success) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oh I see, it only applies escapeForSquiggles on a copy of config and not the main copy.

@Colengms Colengms merged commit 566e657 into master Jun 17, 2019
@sean-mcmanus sean-mcmanus deleted the coleng/parsePropertiesFileFix branch June 18, 2019 21:21
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants