aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test800
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-21 09:17:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-09-22 14:43:37 +0200
commit3b05f79ef8c88468e2684760ec39065c739a1f3d (patch)
treea3be24a01be8ba967621bd8bba51b46ddb218f2a /tests/data/test800
parenta4db3f70468c31c0d579e6b9dcd4e90cd9f0d1a8 (diff)
imap: quote atoms properly when escaping characters
Updates test 800 to verify Fixes #1902 Closes #1903
Diffstat (limited to 'tests/data/test800')
-rw-r--r--tests/data/test8004
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test800 b/tests/data/test800
index 1ac1da59b..360206b43 100644
--- a/tests/data/test800
+++ b/tests/data/test800
@@ -31,7 +31,7 @@ imap
IMAP FETCH message
</name>
<command>
-'imap://%HOSTIP:%IMAPPORT/800/;UID=1' -u "user*:secret{"
+'imap://%HOSTIP:%IMAPPORT/800/;UID=1' -u '"user:sec"ret{'
</command>
</client>
@@ -40,7 +40,7 @@ IMAP FETCH message
<verify>
<protocol>
A001 CAPABILITY
-A002 LOGIN "user*" "secret{"
+A002 LOGIN "\"user" "sec\"ret{"
A003 SELECT 800
A004 FETCH 1 BODY[]
A005 LOGOUT