summaryrefslogtreecommitdiff
path: root/docutils/test/data
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-01-19 11:55:26 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-01-19 11:55:26 +0000
commite95c1b27bec75df046dc6727c31f0c8bafda03a2 (patch)
tree685b8858853e25756897d20a86ade9ec63c3bbb9 /docutils/test/data
parentd9d2c764d11039e73477d0a2f976b7198b7d61b3 (diff)
downloaddocutils-e95c1b27bec75df046dc6727c31f0c8bafda03a2.tar.gz
Fix handling of missing stylesheets. Updated and simplied tests.
Missing stylesheets are no reason to abort conversion: Report as error and insert a comment in the output doc. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7317 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/data')
-rw-r--r--docutils/test/data/hidden.css2
-rw-r--r--docutils/test/data/spam.sty3
2 files changed, 0 insertions, 5 deletions
diff --git a/docutils/test/data/hidden.css b/docutils/test/data/hidden.css
deleted file mode 100644
index cf57ccd7b..000000000
--- a/docutils/test/data/hidden.css
+++ /dev/null
@@ -1,2 +0,0 @@
-.hidden {
- display: none }
diff --git a/docutils/test/data/spam.sty b/docutils/test/data/spam.sty
deleted file mode 100644
index 2288ae31c..000000000
--- a/docutils/test/data/spam.sty
+++ /dev/null
@@ -1,3 +0,0 @@
-\ProvidesPackage{spam}
-[2008/12/09 v0.2 simple silly test package]
-\newcommand{\spam}{\@percentchar\ wonderfull spam}