Remove test
This commit is contained in:
parent
79f310e844
commit
e2beebbda2
@ -6,7 +6,6 @@ function padLeft(str, num) {
|
||||
}
|
||||
|
||||
exports.unicodeToUnifiedName = (str) => {
|
||||
if (!str) return '';
|
||||
let output = '';
|
||||
for (let i = 0; i < str.length; i += 2) {
|
||||
if (i > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user