diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-21 16:20:11 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-21 16:20:11 +0000 |
| commit | 8d07dcbb753a9de40bec88ecc41f1411a8183bd2 (patch) | |
| tree | cb46abeee1a1eee7bf0c58fb851556cf645dffe5 /docutils/test/functional/input/data | |
| parent | 6e2c1a32e267b512f699d6021e3f0f518c24e5e8 (diff) | |
| download | docutils-8d07dcbb753a9de40bec88ecc41f1411a8183bd2.tar.gz | |
added test for targets in front of sections
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 507838b88..7019df74a 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -359,6 +359,8 @@ Citations Here's a reference to the above, [CIT2002]_, and a [nonexistent]_ citation. +.. _Another Target: + Targets ------- |
