mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
add paste string test code
This commit is contained in:
parent
dbe6d0b35c
commit
7eeb418c3a
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue