Partially working draft
This commit is contained in:
@@ -5,12 +5,8 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestQuerySchedule(t *testing.T) {
|
||||
qo, err := parse( "K74 天瑞" )
|
||||
if err != nil {
|
||||
t.Error( err )
|
||||
}
|
||||
func TestQuerySchedule( t *testing.T ) {
|
||||
qo := Query( "zh", "K73 池" )
|
||||
|
||||
fmt.Printf( "%+v", qo )
|
||||
fmt.Print( qo.Message() )
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user