diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-14 16:45:09 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-14 16:45:09 +0000 |
| commit | e113241b50a0041cb19112ac4aebf8fbcd6f8ba2 (patch) | |
| tree | ef6cd9d2a61bf07d47d247ec5ccc30846e4c1cbf /docutils/test/data | |
| parent | d6d71e6698452cf9660b4209a396001a9b69276b (diff) | |
| download | docutils-e113241b50a0041cb19112ac4aebf8fbcd6f8ba2.tar.gz | |
re-added --no-random option of PEP writer for testing
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3039 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/data')
| -rw-r--r-- | docutils/test/data/config_1.txt | 1 | ||||
| -rw-r--r-- | docutils/test/data/config_old.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docutils/test/data/config_1.txt b/docutils/test/data/config_1.txt index 0c513dc57..f94074a8a 100644 --- a/docutils/test/data/config_1.txt +++ b/docutils/test/data/config_1.txt @@ -22,3 +22,4 @@ stylesheet-path: stylesheets/default.css template: pep-html-template stylesheet-path: stylesheets/pep.css python-home: http://www.python.org +no-random: yes diff --git a/docutils/test/data/config_old.txt b/docutils/test/data/config_old.txt index 53ab8cb70..fa07d6dab 100644 --- a/docutils/test/data/config_old.txt +++ b/docutils/test/data/config_old.txt @@ -11,3 +11,4 @@ stylesheet-path: stylesheets/default.css pep-template: pep-html-template pep-stylesheet-path: stylesheets/pep.css python-home: http://www.python.org +no-random: 1 |
