website(ich): fix test script v1

The V-1 Test script was missing a printf statement. Add the missing
statement to make the expected output correct.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
Tim Culverhouse
2023-12-29 15:27:16 -06:00
parent 8feab70fa2
commit b7ad30b067

View File

@ -32,6 +32,7 @@ margin, but either behavior is acceptable.
printf "ABC"
printf "\033[1G"
printf "\033[2@"
printf "X"
```
```