Closed ariutta closed 9 years ago
Hello,
I ran the test for "Markup characters pass through when allowUnsafeSymbols: true" on the demo site, but I got a value different from what is expected in the test:
allowUnsafeSymbols: true
he.encode('foo\xA9<bar\uD834\uDF06>baz\u2603"qux', { 'allowUnsafeSymbols': true }) // results 'foo©<bar𝌆>baz☃"qux' // actual 'foo©<bar𝌆>baz☃"qux' // expected
I think it may simply be that the version on the demo site is outdated.
Hello,
I ran the test for "Markup characters pass through when
allowUnsafeSymbols: true
" on the demo site, but I got a value different from what is expected in the test: