datasources/cjlookup/humanumarts_test.go
raw · 172 bytes
package cjlookup
import (
"testing"
)
func TestCUHARTLinks(t *testing.T) {
if Big5UrlParam("呀") != "%A7r" {
t.Errorf("Faild to encode Big5 string: %A7r", err)
}
}
@golifehk bot in Telegram
raw · 172 bytes
package cjlookup
import (
"testing"
)
func TestCUHARTLinks(t *testing.T) {
if Big5UrlParam("呀") != "%A7r" {
t.Errorf("Faild to encode Big5 string: %A7r", err)
}
}