test: vttest-1-1

This commit is contained in:
Mitchell Hashimoto
2022-07-17 19:06:50 -07:00
parent 9f619a46b2
commit aadf36bed9
4 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
function test_do {
xdotool type "vttest"
xdotool key Return
xdotool type "vttest\n"
sleep 1
xdotool type "1\n1\n"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,4 @@
function test_do {
xdotool type "vttest"
xdotool key Return
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB