github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/common/symbol_test.go (about) 1 package common 2 3 import ( 4 "fmt" 5 "testing" 6 ) 7 8 func TestCheckLeagueName(t *testing.T) { 9 name := "ABD1E" 10 fmt.Println(CheckLSymbol(name)) 11 12 fmt.Println(String2Symbol(name)) 13 }