test1.in 387 B

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