Added kmb schedules
This commit is contained in:
@@ -18,4 +18,19 @@ func TestQuerySchedule( t *testing.T ) {
|
||||
if err == nil {
|
||||
t.Errorf( "Expected Error: %s, got \"\" instead", mesg )
|
||||
}
|
||||
|
||||
qo = Query( "zh-Hant", "大欖" )
|
||||
mesg, err = qo.Message()
|
||||
if err != nil {
|
||||
t.Errorf( "Unexpected Error: %s", err )
|
||||
}
|
||||
|
||||
fmt.Println( mesg )
|
||||
|
||||
qo = Query( "zh-Hant", "261B 大欖" )
|
||||
mesg, err = qo.Message()
|
||||
if err != nil {
|
||||
t.Errorf( "Unexpected Error: %s", err )
|
||||
}
|
||||
fmt.Println( mesg )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user