diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-20 11:57:46 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-20 11:57:46 +0100 |
commit | 9deb663f94e9819e9a0b5c6bb2026e1e37bac5e3 (patch) | |
tree | 0424c9de71fa2584d727f7400b60cfbdae029ab5 /tests/src | |
parent | 1aca4cb3ae688a7ccf887cfea0a7ae62505631d6 (diff) |
More improvements to format=flowed handling + fix in wordwrap() used internally by format_flowed()
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/format-flowed-unfolded.txt | 2 | ||||
-rw-r--r-- | tests/src/format-flowed.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/format-flowed-unfolded.txt b/tests/src/format-flowed-unfolded.txt index b422f981b..14e526be4 100644 --- a/tests/src/format-flowed-unfolded.txt +++ b/tests/src/format-flowed-unfolded.txt @@ -13,5 +13,7 @@ On XX.YY.YYYY Y:YY, Somebody wrote: >
> ... and this one as well.
+> > text
+
--
Sig
diff --git a/tests/src/format-flowed.txt b/tests/src/format-flowed.txt index d3bd90eed..a390ffd11 100644 --- a/tests/src/format-flowed.txt +++ b/tests/src/format-flowed.txt @@ -15,5 +15,7 @@ On XX.YY.YYYY Y:YY, Somebody wrote: >
> ... and this one as well.
+> > text
+
--
Sig
|