first commit
This commit is contained in:
9
pkg/common/pinyin/pinyin_test.go
Normal file
9
pkg/common/pinyin/pinyin_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package pinyin
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestTo_Py(t *testing.T) {
|
||||
LoadingPYFile("./pinyin.txt")
|
||||
s, _ := PY("3425另264325一4个44平444台")
|
||||
println(s)
|
||||
}
|
||||
Reference in New Issue
Block a user