add paste string test code

This commit is contained in:
vcaesar 2020-02-18 12:37:13 -04:00
parent dbe6d0b35c
commit 7eeb418c3a

View File

@ -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) {