test10.in
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:2k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. Test for 'errorformat'.
  2. STARTTEST
  3. :/start of errorfile/,/end of errorfile/w! Xerrorfile
  4. :/start of testfile/,/end of testfile/w! Xtestfile
  5. :cf Xerrorfile
  6. rA
  7. :cn
  8. rB
  9. :cn
  10. rC
  11. :cn
  12. rD
  13. :cn
  14. rE
  15. :w! test.out             " Write contents of this file
  16. :!rm -f Xerrorfile Xtestfile
  17. :qa!
  18. ENDTEST
  19. start of errorfile
  20. "Xtestfile", line 4.12: 1506-045 (S) Undeclared identifier fd_set.
  21. "Xtestfile", line 7 col 19; this is an error
  22. gcc -c -DHAVE_CONFIsing-prototypes -I/usr/X11R6/include  version.c
  23. Xtestfile:13: parse error before `asd'
  24. make: *** [vim] Error 1
  25. in file "Xtestfile" linenr 16: there is an error
  26. 2 returned
  27. "Xtestfile", linenr 19: yet another problem
  28. Does anyone know what is the problem and how to correction it?
  29. end of errorfile
  30. start of testfile
  31. line 2  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  32. line 3  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  33. line 4  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  34. line 5  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  35. line 6  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  36. line 7  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  37. line 8  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  38. line 9  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  39. line 10 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  40. line 11 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  41. line 12 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  42. line 13 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  43. line 14 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  44. line 15 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  45. line 16 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  46. line 17 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  47. line 18 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  48. line 19 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  49. line 20 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  50. line 21 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  51. line 22 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  52. end of testfile