Refactor code, added new checkXu test cases(9 latterns)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package pkg
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPrint(t *testing.T) {
|
||||
var env environment
|
||||
env.Print()
|
||||
}
|
||||
|
||||
func TestPatternNormalization(t *testing.T) {
|
||||
var env environment
|
||||
handTiles := env.PatternNormalization()
|
||||
fmt.Println(handTiles)
|
||||
}
|
||||
Reference in New Issue
Block a user