summaryrefslogtreecommitdiff
path: root/camel/tests/mime-filter/crlf-1.out
blob: c0b688f334286d3f5735209f999307649974cb19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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