Files
golifehk/datasources/cjlookup/humanumarts_test.go

12 lines
172 B
Go

package cjlookup
import (
"testing"
)
func TestCUHARTLinks(t *testing.T) {
if Big5UrlParam("呀") != "%A7r" {
t.Errorf("Faild to encode Big5 string: %A7r", err)
}
}