diff options
Diffstat (limited to 'testdata/literal_paragraph_test.txt')
| -rw-r--r-- | testdata/literal_paragraph_test.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/testdata/literal_paragraph_test.txt b/testdata/literal_paragraph_test.txt new file mode 100644 index 0000000..684b859 --- /dev/null +++ b/testdata/literal_paragraph_test.txt @@ -0,0 +1,51 @@ +>>> WithTab + +A paragraph. + + Literal paragraph with tab. + Literal paragraph with tab. + Literal paragraph with tab. + +End of section. + +<<< WithTab + +<div class="paragraph"> +<p>A paragraph.</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>Literal paragraph with tab. + Literal paragraph with tab. +Literal paragraph with tab.</pre> +</div> +</div> +<div class="paragraph"> +<p>End of section.</p> +</div> + +>>> WithSpaces + +A paragraph. + + Literal paragraph with two spaces. + Literal paragraph with two spaces. + Literal paragraph with two spaces. + +End of section. + +<<< WithSpaces + +<div class="paragraph"> +<p>A paragraph.</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>Literal paragraph with two spaces. +Literal paragraph with two spaces. +Literal paragraph with two spaces.</pre> +</div> +</div> +<div class="paragraph"> +<p>End of section.</p> +</div> |
