add test
This commit is contained in:
parent
b929b7a5eb
commit
178e22d8c1
11
ts_test.go
Normal file
11
ts_test.go
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
package ts
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestPESTsConv(t *testing.T) {
|
||||||
|
t.Logf("%x", PESTsToUInt(0x123))
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user