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

Fix parsing of properties with params+structured value #135

Merged
merged 2 commits into from
Apr 6, 2015

Conversation

laurentj
Copy link
Contributor

The parameters parser does not take account of the ":" if there is a semicolon in the property value.

Closes #134

X-FOO2;PARAM1=VAL1;PARAM2=VAL2:FOO;BAR
X-BAR;PARAM1="VAL1:FOO":BAZ;BAR
X-BAZ;PARAM1="VAL1:FOO";PARAM2=VAL2:BAZ;BAR
X-BAZ2;PARAM1=VAL1;PARAM2="VAL2:FOO":BAZ;BAR
Copy link
Owner

Choose a reason for hiding this comment

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

After BAZ comes QUUX :-)

(just kidding, no need to change this)

@kewisch
Copy link
Owner

kewisch commented Feb 28, 2015

Looks good, with one minor style nit. I'll merge as soon as you update.

kewisch added a commit that referenced this pull request Apr 6, 2015
Fix parsing of properties with params+structured value
@kewisch kewisch merged commit 8550331 into kewisch:master Apr 6, 2015
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.

Parsing of property with params+structured value fails
2 participants