diff options
Diffstat (limited to 'tests/html4_safe')
-rw-r--r-- | tests/html4_safe/html_then_blockquote.html | 6 | ||||
-rw-r--r-- | tests/html4_safe/html_then_blockquote.txt | 6 | ||||
-rw-r--r-- | tests/html4_safe/link.html | 1 | ||||
-rw-r--r-- | tests/html4_safe/link.txt | 1 | ||||
-rw-r--r-- | tests/html4_safe/test.cfg | 3 |
5 files changed, 0 insertions, 17 deletions
diff --git a/tests/html4_safe/html_then_blockquote.html b/tests/html4_safe/html_then_blockquote.html deleted file mode 100644 index 5833cd4..0000000 --- a/tests/html4_safe/html_then_blockquote.html +++ /dev/null @@ -1,6 +0,0 @@ -<p>to:</p> -<p><td /><td style="text-align: center; white-space: nowrap;"><br /></p> -<blockquote> -<p>3) You don't need to alter all localization files. - Adding the new labels to the en_US files will do it.</p> -</blockquote>
\ No newline at end of file diff --git a/tests/html4_safe/html_then_blockquote.txt b/tests/html4_safe/html_then_blockquote.txt deleted file mode 100644 index 544df67..0000000 --- a/tests/html4_safe/html_then_blockquote.txt +++ /dev/null @@ -1,6 +0,0 @@ -to: - -<td /><td style="text-align: center; white-space: nowrap;"><br /> - -> 3) You don't need to alter all localization files. -> Adding the new labels to the en_US files will do it. diff --git a/tests/html4_safe/link.html b/tests/html4_safe/link.html deleted file mode 100644 index 642f4be..0000000 --- a/tests/html4_safe/link.html +++ /dev/null @@ -1 +0,0 @@ -<p><here <a href="http://gmail.com">gmail.com</a> is a link></p>
\ No newline at end of file diff --git a/tests/html4_safe/link.txt b/tests/html4_safe/link.txt deleted file mode 100644 index 28331a7..0000000 --- a/tests/html4_safe/link.txt +++ /dev/null @@ -1 +0,0 @@ -<here [gmail.com](http://gmail.com) is a link> diff --git a/tests/html4_safe/test.cfg b/tests/html4_safe/test.cfg deleted file mode 100644 index 66f7bf0..0000000 --- a/tests/html4_safe/test.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -output_format=html4 -safe_mode=escape |