block_EOL.texi 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. \input texinfo @c -*-texinfo-*-
  2. @setfilename block_EOL.info
  3. @node Top
  4. @top Test for end of lines and block commands
  5. @heading html
  6. @html
  7. Surrounded by empty lines.
  8. @end html
  9. Block commands on a line
  10. @html
  11. in block
  12. in block l2
  13. @end html
  14. end commands on a line.
  15. Block commands on a line. A dot in the end of the block
  16. @html
  17. in block
  18. in block l2.
  19. @end html
  20. end commands on a line, after the block with a dot.
  21. Before the opening command @html
  22. in block
  23. @end html
  24. end commands on a line.
  25. Before the opening command @html
  26. in block
  27. @end html after the closing command.
  28. Before the opening command @html
  29. in block
  30. @end html
  31. . A symbol on a line.
  32. Before the opening command @html
  33. in block
  34. @end html. A symbol after the closing command.
  35. @heading tex
  36. @tex
  37. Surrounded by empty lines.
  38. @end tex
  39. Block commands on a line
  40. @tex
  41. in block
  42. @end tex
  43. end commands on a line.
  44. Before the opening command @tex
  45. in block
  46. @end tex
  47. end commands on a line.
  48. Before the opening command @tex
  49. in block
  50. @end tex after the closing command.
  51. Before the opening command @tex
  52. in block
  53. @end tex
  54. . A symbol on a line.
  55. Before the opening command @tex
  56. in block
  57. @end tex. A symbol after the closing command.
  58. @heading verbatim
  59. @verbatim
  60. Surrounded by empty lines.
  61. @end verbatim
  62. Block commands on a line
  63. @verbatim
  64. in block
  65. @end verbatim
  66. end commands on a line.
  67. Before the opening command @verbatim
  68. in block
  69. @end verbatim
  70. end commands on a line.
  71. Before the opening command @verbatim
  72. in block
  73. @end verbatim after the closing command.
  74. Before the opening command @verbatim
  75. in block
  76. @end verbatim
  77. . A symbol on a line.
  78. Before the opening command @verbatim
  79. in block
  80. @end verbatim. A symbol after the closing command.
  81. @bye