Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Conversation

kuangmarkeleven
Copy link
Contributor

Fixes #107. Amended regex PARAMETER_IDENTIFIER to allow % encoded characters and added tests for valid, invalid and incomplete % encoding.

Fixes apiaryio#107. Amended regex PARAMETER_IDENTIFIER to allow % encoded characters and added tests for valid, invalid and incomplete % encoding.
parser.parse(blueprintSource, 0, result, blueprint);
REQUIRE(result.error.code == Error::OK);
REQUIRE(result.warnings.size() == 3);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

OK to leave it now, but next time please end a file with a new line

@zdne
Copy link
Contributor

zdne commented Jul 16, 2014

What a long name SupportPctEncodedValuesInURIParametersDescription – you can for sure go with smaller, as per HOWTO article it doesn't have to be 1:1 with the Issue name :)

zdne added a commit that referenced this pull request Jul 16, 2014
…ctEncodedValuesInURIParametersDescription

Issue #107
@zdne zdne merged commit 3f46b4c into apiaryio:master Jul 16, 2014
@kuangmarkeleven kuangmarkeleven deleted the kuangmarkeleven/SupportPctEncodedValuesInURIParametersDescription branch July 16, 2014 19:18
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.

Support %-escaped values in URI parameters description
2 participants