diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-22 19:18:06 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-22 19:18:06 +0000 |
| commit | 18e8cea01df8be571c2d4896aac944f37aa000c9 (patch) | |
| tree | 2fba15631d91f12da6d82264f0b383ca450d1eaf /docutils/test/functional/input | |
| parent | 4c8291fb3d6f459fbf584bf315fa2a91edacccd1 (diff) | |
| download | docutils-18e8cea01df8be571c2d4896aac944f37aa000c9.tar.gz | |
added csv-table directive support for the file_insertion_enabled setting
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/dangerous.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docutils/test/functional/input/dangerous.txt b/docutils/test/functional/input/dangerous.txt index 2c1e55251..b3c69d14e 100644 --- a/docutils/test/functional/input/dangerous.txt +++ b/docutils/test/functional/input/dangerous.txt @@ -10,4 +10,5 @@ Potentially dangerous features (security holes): <script> that does something really nasty </script> - +.. csv-table:: :file: /etc/passwd +.. csv-table:: :url: file:///etc/passwd |
