Commit e58886a7 e58886a7b30f90aff8498afecee705fc27a13b3a by Sergey Poznyakoff

New tests: parse non-quoted phrase containing dots.

1 parent ac03d720
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 # along with this program; if not, write to the Free Software Foundation, 15 # along with this program; if not, write to the Free Software Foundation,
16 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 # 17 #
18 test. abc <sascha@silbe.org>=> error MU_ERR_BAD_822_FORMAT 18 test; abc <sascha@silbe.org>=> error MU_ERR_BAD_822_FORMAT
19 19
20 Sam <@[matrix (smtp)], @[nexus: \[node 12\]]:sroberts@[10].[1]> ;=> error MU_ERR_BAD_822_FORMAT 20 Sam <@[matrix (smtp)], @[nexus: \[node 12\]]:sroberts@[10].[1]> ;=> error MU_ERR_BAD_822_FORMAT
21 21
...@@ -628,4 +628,14 @@ whom it may concern: mutt-dev@mutt.org, mutt-users@mutt.org;=> pcount 2 ...@@ -628,4 +628,14 @@ whom it may concern: mutt-dev@mutt.org, mutt-users@mutt.org;=> pcount 2
628 2 email <mutt-users@mutt.org> 628 2 email <mutt-users@mutt.org>
629 local-part <mutt-users> domain <mutt.org> 629 local-part <mutt-users> domain <mutt.org>
630 630
631 # NOTE: This file must end with an empty line
...\ No newline at end of file ...\ No newline at end of file
631 Sergey V. Poznyakoff <gray@gnu.org>=> pcount 1
632 1 email <gray@gnu.org>
633 personal <Sergey V. Poznyakoff>
634 local-part <gray> domain <gnu.org>
635
636 P. D. Q. Bach <bach@somewhere.org>=> pcount 1
637 1 email <bach@somewhere.org>
638 personal <P. D. Q. Bach>
639 local-part <bach> domain <somewhere.org>
640
641 # NOTE: This file must end with an empty line
......