aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/mime-filter/crlf-1.in
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-30 02:09:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-30 02:09:45 +0800
commitf57c6219924045efc8a6f9f3107d5369a2de7a66 (patch)
tree3ed1f2745374f782df216388c9b0227eeada8b70 /camel/tests/mime-filter/crlf-1.in
parentf3ad1a30ae1dc55633b92e8175ea73492cdf2f37 (diff)
downloadgsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.gz
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.bz2
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.lz
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.xz
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.zst
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.zip
Build the test-crlf test program.
2001-06-29 Jeffrey Stedfast <fejj@ximian.com> * tests/mime-filter/Makefile.am: Build the test-crlf test program. * tests/mime-filter/test-crlf.c: New test suite for the crlf filter. * camel-mime-filter-crlf.c (filter): Fixed to correctly encode and decode dots. svn path=/trunk/; revision=10602
Diffstat (limited to 'camel/tests/mime-filter/crlf-1.in')
-rw-r--r--camel/tests/mime-filter/crlf-1.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/tests/mime-filter/crlf-1.in b/camel/tests/mime-filter/crlf-1.in
new file mode 100644
index 0000000000..d98703c725
--- /dev/null
+++ b/camel/tests/mime-filter/crlf-1.in
@@ -0,0 +1,19 @@
+This is some text to filter and stuff. Hopefully that . will not become '..'
+when the filter is run on this text. It should, however, '..' the next line
+. The previous . should become .. in the output file, or so I hope...
+
+.
+..
+...
+....
+
+Once this text is decoded again, the above set of dots should look like:
+
+ .
+ ..
+ ...
+ ....
+
+Only it shouldn't be indented, obviously.
+
+Jeff \ No newline at end of file