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
This library does not appear to be encoding entities correctly, for example with ampersand &, it will only encode the first occurrence.
&& -> && && -> && &&& -> &&&
The expected values for the three examples would be &&, &&, and &&&. Passing a mixture of encoded and non-encoded ampersands to the Evernote API returns an error.
The text was updated successfully, but these errors were encountered:
ctgnauh
added a commit
to ctgnauh/enml-js
that referenced
this issue
Feb 4, 2016
This library does not appear to be encoding entities correctly, for example with ampersand
&
, it will only encode the first occurrence.&&
->&&
&&
->&&
&&&
->&&&
The expected values for the three examples would be
&&
,&&
, and&&&
. Passing a mixture of encoded and non-encoded ampersands to the Evernote API returns an error.The text was updated successfully, but these errors were encountered: