comparison managesieve_test.go @ 11:b790df0733d4

Fix typos
author Guido Berhoerster <guido+managesieve@berhoerster.name>
date Tue, 09 Feb 2021 21:28:13 +0100
parents f9bb517e9447
children 66b46b3d73be
comparison
equal deleted inserted replaced
10:8cd45453f5be 11:b790df0733d4
948 t.Fatalf("expected managesieve.AuthenticationError, got %T (%q)", err, err) 948 t.Fatalf("expected managesieve.AuthenticationError, got %T (%q)", err, err)
949 } 949 }
950 } 950 }
951 951
952 // custom SASL authentication method handling with a challenge which is not a 952 // custom SASL authentication method handling with a challenge which is not a
953 // bas64-encoded string 953 // base64-encoded string
954 var corruptAuthServer string = `"IMPLEMENTATION" "Example" 954 var corruptAuthServer string = `"IMPLEMENTATION" "Example"
955 "SASL" "PLAIN TEST" 955 "SASL" "PLAIN TEST"
956 "SIEVE" "fileinto vacation" 956 "SIEVE" "fileinto vacation"
957 "StARTTLS" 957 "StARTTLS"
958 "VERSION" "1.0" 958 "VERSION" "1.0"