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

Ampersands in value are escaped #76

Open
scottcrowe opened this issue Mar 28, 2017 · 1 comment
Open

Ampersands in value are escaped #76

scottcrowe opened this issue Mar 28, 2017 · 1 comment

Comments

@scottcrowe
Copy link
Contributor

When using an ampersand in the value of JSON the & gets replaced with "&"

This is a problem when needing to have an escaped character inside the value (i.e. escaped double quote as ")

scottcrowe pushed a commit to scottcrowe/Extension-UtilitiesPack that referenced this issue Mar 29, 2017
@scottcrowe
Copy link
Contributor Author

Work around found.

Entering " in target value as \" instead of " works.

May need additional feature for having a pre-encoded value

harshil93 pushed a commit that referenced this issue Jun 27, 2017
…77)

* Creating tests to fill holes in coverage.
XML with special character still WIP

* Escaping issue test completed, showing failure. Match for Issue #76 in https://github.com/openalm/Extension-UtilitiesPack

* Work around identified for Issue #76 and test created defining desired behavior
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

No branches or pull requests

1 participant