diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-08 18:11:54 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-08 18:11:54 +0000 |
| commit | 6bcb018d000c43a1ebcc42dba45db8053eb330b5 (patch) | |
| tree | e19be010116aaeca7df602d8620a08c5362da416 /docutils/test/functional/input/data/standard.txt | |
| parent | b622e39a2ebc6e02057b6bec68a1293c206f592f (diff) | |
| download | docutils-6bcb018d000c43a1ebcc42dba45db8053eb330b5.tar.gz | |
really disregard invisible nodes when checking for compactable lists
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data/standard.txt')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 838cfc0f5..fcf3c7ad8 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -136,6 +136,12 @@ Bullet Lists * Nested item 3. + * This nested list should be compacted by the HTML writer. + + .. _target: + + .. Even if this item contains a target and a comment. + Enumerated Lists ---------------- |
