Closed zerocrates closed 8 years ago
@padraic could you please review this change?
ping @padraic
ping @padraic
ping @weierophinney @Ocramius - can you provide this a review
For me as far as I know this fix looks fine. All current tests passed as well as the new ones which matches the result for the given test code point U+10000
listed here http://www.fileformat.info/info/unicode/char/10000/index.htm
Apologies for the delays all. Looks good here.
merge, then?
Any possibility of a merge before this celebrates its first birthday?
Thanks, @zerocrates - released with 2.5.2.
Fixes #2.
This PR adds test for supplementary characters (using the first supplementary character, U+10000, as an example) for escapeHtmlAttr, escapeCss, and escapeJs. The tests all fail on the current master branch and pass with the included changes.