Add a test for non-synchronized imap literals.
Showing
1 changed file
with
13 additions
and
0 deletions
... | @@ -93,5 +93,18 @@ fat man | ... | @@ -93,5 +93,18 @@ fat man |
93 | 3: 'fat man' | 93 | 3: 'fat man' |
94 | ]) | 94 | ]) |
95 | 95 | ||
96 | IMAPIO([non-synch literals],[literal], | ||
97 | [A001 LOGIN {11+} | ||
98 | FRED FOOBAR {7+} | ||
99 | fat man | ||
100 | ], | ||
101 | [], | ||
102 | [4 | ||
103 | 0: 'A001' | ||
104 | 1: 'LOGIN' | ||
105 | 2: 'FRED FOOBAR' | ||
106 | 3: 'fat man' | ||
107 | ]) | ||
108 | |||
96 | dnl ------------------------------------------------------------ | 109 | dnl ------------------------------------------------------------ |
97 | m4_popdef([IMAPIO]) | 110 | m4_popdef([IMAPIO]) | ... | ... |
-
Please register or sign in to post a comment