mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +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) {
|
||||
c := CharCodeAt("s", 0)
|
||||
tt.Equal(t, 115, c)
|
||||
|
||||
e := PasteStr("s")
|
||||
tt.Empty(t, e)
|
||||
}
|
||||
|
||||
func TestBitmap(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user