You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this library it changes *t++ = '"'; to *t++ = '\';
Is there any reason why I couldn't carry an downstream patch to retain the previous behaviour? We have a lot of xml files written with piksemel using double quotes and changing that would create a lot of unnecessary noise in our repositories.
The text was updated successfully, but these errors were encountered:
Hi, i've noticed that this library makes a implementation change in
iks_string()
compared to piksemel when encountering an=
in piksemel, it was like so
In this library it changes
*t++ = '"';
to*t++ = '\';
Is there any reason why I couldn't carry an downstream patch to retain the previous behaviour? We have a lot of xml files written with piksemel using double quotes and changing that would create a lot of unnecessary noise in our repositories.
The text was updated successfully, but these errors were encountered: