mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
add paste string test code
This commit is contained in:
parent
dbe6d0b35c
commit
7eeb418c3a
@ -108,6 +108,9 @@ func TestKey(t *testing.T) {
|
|||||||
func TestTypeStr(t *testing.T) {
|
func TestTypeStr(t *testing.T) {
|
||||||
c := CharCodeAt("s", 0)
|
c := CharCodeAt("s", 0)
|
||||||
tt.Equal(t, 115, c)
|
tt.Equal(t, 115, c)
|
||||||
|
|
||||||
|
e := PasteStr("s")
|
||||||
|
tt.Empty(t, e)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBitmap(t *testing.T) {
|
func TestBitmap(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user