diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-07-05 12:46:38 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-07-05 12:46:38 +0000 |
| commit | 6ba28c62f65b930eae082ad5b59e2ac1584aac63 (patch) | |
| tree | 2d6d35249034eaeaa5a2a93368f7bf45edb03082 /docutils/test/functional/input | |
| parent | c81352d41fbb3fd310fb4dee382eccdf397acd7d (diff) | |
| download | docutils-6ba28c62f65b930eae082ad5b59e2ac1584aac63.tar.gz | |
added test for r5314
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index a7e7a9b41..7e63afd69 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -338,8 +338,9 @@ Footnotes .. [#label] Footnotes may be numbered, either manually (as in [1]_) or automatically using a "#"-prefixed label. This footnote has a label so it can be referred to from multiple places, both as a - footnote reference ([#label]_) and as a hyperlink reference - (label_). + footnote reference ([#label]_) and as a `hyperlink reference`__. + + __ label_ .. [#] This footnote is numbered automatically and anonymously using a label of "#" only. |
