-
Notifications
You must be signed in to change notification settings - Fork 34
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
Strings are not always single quoted #5
Comments
This is an excellent candidate for a API validation test. #10 |
I'm running into this as well. Any plans for a fix as of yet? |
I found a work around for this issue. In my testing it was limited to if there was another property after the string. Here are my tests:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual:
Expected: String with quotes.
However, quotes are inserted when there is a space in the string:
Actual and Expected:
The problem is the encoded value is placed in a URI, there will be trouble decoding it since & will be interfering.
Any reason why we don't quote in certain cases?
The text was updated successfully, but these errors were encountered: