diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-05 01:22:34 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-05 01:22:34 +0000 |
| commit | 5c4231b0548b8c7e363a15dc1dfed7e97984a539 (patch) | |
| tree | 89460b2211e2e62d4ae2763088d152f5e05c1a01 /docutils/test/functional/input/data | |
| parent | 824ce9b4d10c89f710e7dc5c7e962d4cb49a986c (diff) | |
| download | docutils-5c4231b0548b8c7e363a15dc1dfed7e97984a539.tar.gz | |
line block test data (temporary; to be merged into standard.txt)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2694 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/line_blocks.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/line_blocks.txt b/docutils/test/functional/input/data/line_blocks.txt new file mode 100644 index 000000000..092403eda --- /dev/null +++ b/docutils/test/functional/input/data/line_blocks.txt @@ -0,0 +1,30 @@ +Line Blocks +----------- + +| This is a line block. It ends with a blank line. +| New lines begin with a vertical bar ("|"). +| Line breaks and initial indent are significant, and preserved. +| Continuation lines are also possible. A long line that is intended + to wrap should begin with a space in place of the vertical bar. +| The left edge of a continuation line need not be aligned with + the left edge of the text above it. + +| This is a second line block. +| +| Blank lines are permitted internally, but they must begin with a "|". + +Take it away, Eric the Orchestra Leader! + + | A one, two, a one two three four + | + | Half a bee, philosophically, + | must, *ipso facto*, half not be. + | But half the bee has got to be, + | *vis a vis* its entity. D'you see? + | + | But can a bee be said to be + | or not to be an entire bee, + | when half the bee is not a bee, + | due to some ancient injury? + | + | Singing... |
