/test/marks/comment.t2t

http://txt2tags.googlecode.com/ · Unknown · 29 lines · 22 code · 7 blank · 0 comment · 0 complexity · f38c406068b2e9f0d21530a3592eebe3 MD5 · raw file

  1. %!includeconf: test.conf
  2. BODYINIT
  3. %%% Syntax: The % character at the line beginning (column 1)
  4. %glued with the % mark
  5. % separated from the % mark
  6. % very distant from the % mark
  7. %%%%%%% lots of % marks
  8. % a blank comment, used for vertical spacing:
  9. %
  10. % NOTE: what matters is the first % being at the line beginning,
  11. % the rest of the line is just ignored.
  12. %%% Syntax: Area (block)
  13. %%%
  14. You're not seeing this.
  15. %%%
  16. %%% Syntax: Area (block) with trailing spaces
  17. %%%
  18. You're not seeing this.
  19. %%%
  20. %%% Invalid: The % in any other position
  21. % not on the line beginning (at column 2)
  22. some text % half line comments are not allowed