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

633 - fix backslack comma behaviour #643

Merged
merged 2 commits into from
Oct 31, 2020

Conversation

Emily-Jiang
Copy link
Member

@Emily-Jiang Emily-Jiang commented Oct 29, 2020

Fixes #633
Signed-off-by: Emily Jiang emijiang6@googlemail.com

Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
@Emily-Jiang
Copy link
Member Author

@radcortez @jbee please review

Copy link
Contributor

@jbee jbee left a comment

Choose a reason for hiding this comment

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

Just a typo.

Shouldn't there also be an entry in the changelog or was this added after last release?

…ue/EmptyValuesTestProgrammaticLookup.java

Co-authored-by: Jan Bernitt <jaanbernitt@gmail.com>
@Emily-Jiang
Copy link
Member Author

Emily-Jiang commented Oct 31, 2020

Just a typo.

Shouldn't there also be an entry in the changelog or was this added after last release?

There was an entry on the release note: spec/src/main/asciidoc/release_notes.asciidoc

@Emily-Jiang Emily-Jiang merged commit 8d3ab2c into eclipse:master Oct 31, 2020
@radcortez
Copy link
Contributor

I think I've messed up when I tried this PR and didn't notice that we need to remove this piece:

assertConfigurationNotPresentForOptionalMultiple("backslash.comma.string");

This is testing that getOptionalValue and getOptionalValues are not present if the value is a \, but with the updated rules, they now return ,.

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.

Conversion example inconsistent with conversion description
3 participants