diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-09-07 11:11:01 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-09-07 11:11:01 +0000 |
| commit | 94d6816d8dda466dcd306e9dba3c7af015abc11f (patch) | |
| tree | 57e2529d6fae3c80c6a83bd099cbd9e63325fb52 /docutils/test/functional/input/data | |
| parent | 40b1dae3d9d7b2313e4f069b32a772d122694930 (diff) | |
| download | docutils-94d6816d8dda466dcd306e9dba3c7af015abc11f.tar.gz | |
added LaTeX tests
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2555 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/latex.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/latex.txt b/docutils/test/functional/input/data/latex.txt new file mode 100644 index 000000000..be47a51c9 --- /dev/null +++ b/docutils/test/functional/input/data/latex.txt @@ -0,0 +1,16 @@ +Tests for the LaTeX writer +========================== + +Monospaced non-alphanumeric characters +-------------------------------------- + +These are all ASCII characters except a-zA-Z0-9 and space: + +``!!!"""###$$$%%%&&&'''((()))***+++,,,---...///:::`` + +``;;;<<<===>>>???@@@[[[\\\]]]^^^___```{{{|||}}}~~~`` + +``xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`` + +The two lines of non-alphanumeric characters should both have the same +width as the third line. |
