diff --git a/robotgo_test.go b/robotgo_test.go index ede3d70..69a7c4b 100644 --- a/robotgo_test.go +++ b/robotgo_test.go @@ -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) {