We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert.Equal(t, "Ni Hao", unidecode.Unidecode("你好"))
return:
Error: Not equal: expected: "Ni Hao" actual : "Ni Hao "
it would be better if this returns just "Ni Hao".
"Ni Hao"