FIX: Do not strip email lines having lists.

This commit is contained in:
Dan Ungureanu
2019-04-16 11:39:16 +03:00
parent 0c35b8b420
commit 35a866fe22
2 changed files with 29 additions and 0 deletions

View File

@ -1274,6 +1274,18 @@ describe Email::Receiver do
This is a line that will not be touched.
This is another line that will not be touched.
* list
* sub-list
- list
- sub-list
+ list
+ sub-list
[code]
1.upto(10).each do |i|
puts i
@ -1308,6 +1320,18 @@ describe Email::Receiver do
This is a line that will not be touched.
This is another line that will not be touched.
* list
* sub-list
- list
- sub-list
+ list
+ sub-list
[code]
1.upto(10).each do |i|
puts i