mirror of
https://github.com/fumiama/go-base16384.git
synced 2026-06-09 12:30:50 +08:00
优化 api
This commit is contained in:
@@ -13,7 +13,7 @@ func TestBase14(t *testing.T) {
|
||||
d, err := UTF82utf16be(es)
|
||||
if string(d) == string(e) {
|
||||
if err == nil {
|
||||
ds := string(Decode(d))
|
||||
ds := DecodeString(d)
|
||||
t.Log(ds)
|
||||
if ds != teststr {
|
||||
t.Fail()
|
||||
|
||||
Reference in New Issue
Block a user