From cdc06bc0ca8edc141d44983c1566b30e8ba23fad Mon Sep 17 00:00:00 2001 From: grubert Date: Wed, 4 Jul 2012 14:23:07 +0000 Subject: [PATCH] add output for encoded indent tests git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7479 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/manpage-writer/expected/indent-1.latin1 | 22 +++++++++++++++++++ sandbox/manpage-writer/expected/indent-2.ascii | 28 +++++++++++++++++++++++++ sandbox/manpage-writer/expected/indent-2.latin1 | 28 +++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 sandbox/manpage-writer/expected/indent-1.latin1 create mode 100644 sandbox/manpage-writer/expected/indent-2.ascii create mode 100644 sandbox/manpage-writer/expected/indent-2.latin1 diff --git a/sandbox/manpage-writer/expected/indent-1.latin1 b/sandbox/manpage-writer/expected/indent-1.latin1 new file mode 100644 index 000000000..ec9607271 --- /dev/null +++ b/sandbox/manpage-writer/expected/indent-1.latin1 @@ -0,0 +1,22 @@ +EXAMPLE(LITERAL) EXAMPLE(LITERAL) + + + +NNAAMMEE + Example literal block indentation - + +EEXXAAMMPPLLEE + The current manpage writer does not add or maintain any type of inden- + tation on literal blocks. + + Example: + + $ man ls + +AAUUTTHHOORR + joe.user@example.com + + + + +INDENTATION BLOCK EXAMPLE(LITERAL) diff --git a/sandbox/manpage-writer/expected/indent-2.ascii b/sandbox/manpage-writer/expected/indent-2.ascii new file mode 100644 index 000000000..1284ccf80 --- /dev/null +++ b/sandbox/manpage-writer/expected/indent-2.ascii @@ -0,0 +1,28 @@ +EXAMPLE(NESTING) EXAMPLE(NESTING) + + + +NNAAMMEE + Example nesting in admonitions - + +EEXXAAMMPPLLEE + In the manpage writer admonitions use troff's ..IIPP/..RREE for paragraph + indentation. This unfortunately does not appear to preserve indentation + for bullets and other block types (literal) that might be contained + within an admonition. + + Note This is an important note. + + +o Bullet + + Example: + + $ man ls + +AAUUTTHHOORR + joe.user@example.com + + + + +ADMONITIONS IN EXAMPLE(NESTING) diff --git a/sandbox/manpage-writer/expected/indent-2.latin1 b/sandbox/manpage-writer/expected/indent-2.latin1 new file mode 100644 index 000000000..43125a3e8 --- /dev/null +++ b/sandbox/manpage-writer/expected/indent-2.latin1 @@ -0,0 +1,28 @@ +EXAMPLE(NESTING) EXAMPLE(NESTING) + + + +NNAAMMEE + Example nesting in admonitions - + +EEXXAAMMPPLLEE + In the manpage writer admonitions use troff's ..IIPP/..RREE for paragraph + indentation. This unfortunately does not appear to preserve indentation + for bullets and other block types (literal) that might be contained + within an admonition. + + Note This is an important note. + + ยท Bullet + + Example: + + $ man ls + +AAUUTTHHOORR + joe.user@example.com + + + + +ADMONITIONS IN EXAMPLE(NESTING) -- 2.11.4.GIT