mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
@"<johndown@test.com>", // email between brackets
|
||||
@"\"<johndown@test.com>\" <johndown@test.com>", // doubled
|
||||
// @"\"johndown@inverse.ca\" <johndown@test.com>", // with and without br.
|
||||
@"Àñinéoblabla <johndown@test.com>", // accented full name
|
||||
@"Àñinéoblabla Bla Blé <johndown@test.com>", // accented and multiword
|
||||
@"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla?= <wolfgang@test.com>", // accented full name
|
||||
@"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla_Bla_Bl=C3=A9?= <wolfgang@test.com>", // accented and multiword
|
||||
@"John Down \"Bla Bla\" <johndown@test.com>", // partly quoted
|
||||
@"John Down <johndown@test.com>", // full name + email
|
||||
@"John, Down <johndown@test.com>", // full name with comma + email
|
||||
@@ -123,8 +123,6 @@
|
||||
testWithMessage([result isEqualToString: currentExp], error);
|
||||
}
|
||||
|
||||
currentRaw++;
|
||||
currentExp++;
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user