From e113241b50a0041cb19112ac4aebf8fbcd6f8ba2 Mon Sep 17 00:00:00 2001 From: wiemann Date: Mon, 14 Mar 2005 16:45:09 +0000 Subject: 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 --- docutils/test/data/config_1.txt | 1 + docutils/test/data/config_old.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'docutils/test/data') 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 -- cgit v1.2.1