git-subtree-dir: ts git-subtree-mainline: 92528599badd9da7f5b10d64f10186a1646bb520 git-subtree-split: 7530d353fdefcc59d83c3c8ebea0a147dcbab234
10 lines
106 B
Go
10 lines
106 B
Go
package ts
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestPESTsConv(t *testing.T) {
|
|
t.Logf("%x", PESTsToUInt(0x123))
|
|
}
|