Added cj & jyutping lookup
This commit is contained in:
11
datasources/cjlookup/humanumarts_test.go
Normal file
11
datasources/cjlookup/humanumarts_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package cjlookup
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCUHARTLinks(t *testing.T) {
|
||||
if Big5UrlParam("呀") != "%A7r" {
|
||||
t.Errorf("Faild to encode Big5 string: %A7r", err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user