test1.in (387B)
1 First a simple test to check if the test script works. 2 3 STARTTEST 4 :" If columns or lines are too small, create wrongtermsize. 5 :" (Some tests will fail. When columns and/or lines are small) 6 :if &lines < 24 || &columns < 80 | sp another | w! wrongtermsize | qa! | endif 7 :" 8 :" Write a single line to test.out to check if testing works at all. 9 :%d 10 athis is a test:w! test.out 11 :qa! 12 ENDTEST 13