/test/crossing/quote.t2t

http://txt2tags.googlecode.com/ · Unknown · 96 lines · 94 code · 2 blank · 0 comment · 0 complexity · 3ccb74ad35bc108d014eaf822e89365b MD5 · raw file

  1. %!includeconf: test.conf
  2. BODYINIT
  3. %%% Crossing: Title closes it
  4. Line 1.
  5. = Closed =
  6. Line 3.
  7. %%% Crossing: Paragraph closes it
  8. Line 1.
  9. Closed
  10. Line 3.
  11. %%% Crossing: Macro closes it
  12. Line 1.
  13. %%date(Closed)
  14. Line 3.
  15. %%% Crossing: Command is parsed
  16. Line 1.
  17. %!include: ''include.txt''
  18. Line 3.
  19. %%% Crossing: Command at end is parsed inside
  20. Line 1.
  21. Line 3.
  22. %!include: ''include.txt''
  23. %%% Crossing: Line closes it
  24. Line 1.
  25. -------------------------------------------
  26. Line 3.
  27. %%% Crossing: Comment Line is ignored
  28. Line 1.
  29. % You're not seeing this.
  30. Line 3.
  31. %%% Crossing: Comment Block is ignored
  32. Line 1.
  33. %%%
  34. You're not seeing this.
  35. %%%
  36. Line 3.
  37. %%% Crossing: Raw Line is parsed
  38. Line 1.
  39. """ Line 2.
  40. Line 3.
  41. %%% Crossing: Raw Block is parsed
  42. Line 1.
  43. """
  44. Line 2.
  45. """
  46. Line 3.
  47. %%% Crossing: Raw Line at end is parsed inside
  48. Line 1.
  49. Line 2.
  50. """ Line 3.
  51. %%% Crossing: Tagged Line is parsed
  52. Line 1.
  53. ''' Line 2.
  54. Line 3.
  55. %%% Crossing: Tagged Block is parsed
  56. Line 1.
  57. '''
  58. Line 2.
  59. '''
  60. Line 3.
  61. %%% Crossing: Tagged Line at end is parsed inside
  62. Line 1.
  63. Line 2.
  64. ''' Line 3.
  65. %%% Crossing: Verbatim Line closes it
  66. Line 1.
  67. ``` Closed
  68. Line 3.
  69. %%% Crossing: Verbatim Block closes it
  70. Line 1.
  71. ```
  72. Closed
  73. ```
  74. Line 3.
  75. %%% Crossing: List closes it
  76. Line 1.
  77. - Closed
  78. -
  79. Line 3.
  80. %%% Crossing: Numbered List closes it
  81. Line 1.
  82. + Closed
  83. +
  84. Line 3.
  85. %%% Crossing: Definition List closes it
  86. Line 1.
  87. : Closed
  88. Closed
  89. :
  90. Line 3.
  91. %%% Crossing: Table closes it
  92. Line 1.
  93. | Closed
  94. Line 3.