| Index: core/fpdftext/fpdf_text_int_unittest.cpp
|
| diff --git a/core/fpdftext/fpdf_text_int_unittest.cpp b/core/fpdftext/fpdf_text_int_unittest.cpp
|
| index c1c29cde974f00cfb2f821fd406f1ec7554fd20c..1510ebc06c73a5770653a4caf336175669acdaa5 100644
|
| --- a/core/fpdftext/fpdf_text_int_unittest.cpp
|
| +++ b/core/fpdftext/fpdf_text_int_unittest.cpp
|
| @@ -19,7 +19,7 @@ TEST(fpdf_text_int, CheckMailLink) {
|
| // Check cases that fail to extract valid mail link.
|
| const wchar_t* invalid_strs[] = {
|
| L"",
|
| - L"peter.pan" // '@' is required.
|
| + L"peter.pan", // '@' is required.
|
| L"abc@server", // Domain name needs at least one '.'.
|
| L"abc.@gmail.com", // '.' can not immediately precede '@'.
|
| L"abc@xyz&q.org", // Domain name should not contain '&'.
|
|
|