Commit 904b2a75 904b2a7506205ce12c0f88ae0f30f6bdcd222cab by Sergey Poznyakoff

Add a test for non-synchronized imap literals.

1 parent 55cd448f
......@@ -93,5 +93,18 @@ fat man
3: 'fat man'
])
IMAPIO([non-synch literals],[literal],
[A001 LOGIN {11+}
FRED FOOBAR {7+}
fat man
],
[],
[4
0: 'A001'
1: 'LOGIN'
2: 'FRED FOOBAR'
3: 'fat man'
])
dnl ------------------------------------------------------------
m4_popdef([IMAPIO])
......