From 5c4231b0548b8c7e363a15dc1dfed7e97984a539 Mon Sep 17 00:00:00 2001 From: goodger Date: Tue, 5 Oct 2004 01:22:34 +0000 Subject: 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 --- .../test/functional/input/data/line_blocks.txt | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docutils/test/functional/input/data/line_blocks.txt (limited to 'docutils/test/functional/input') 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... -- cgit v1.2.1