diff options
author | Wei Li <weili@chromium.org> | 2015-12-17 17:46:58 -0800 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2015-12-17 17:46:58 -0800 |
commit | cc70b7b55c9edcd0ff038f59080699060fbbede1 (patch) | |
tree | 15e4137ce96d2a74450a8a84d2c4c3b31741f2c4 /BUILD.gn | |
parent | 391783579c5a8aad346b56903b51e6551600550b (diff) | |
download | pdfium-cc70b7b55c9edcd0ff038f59080699060fbbede1.tar.xz |
Correctly extracting email addresses
An email address contains user name part and host name part.
User name allows dash or underscore, but not leading/ending/double
period. Host name doesn't allow leading/ending/double
period either.
BUG=489107
R=jun_fang@foxitsoftware.com, thestig@chromium.org
Review URL: https://codereview.chromium.org/1530763005 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -729,6 +729,7 @@ test("pdfium_unittests") { "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", + "core/src/fpdftext/fpdf_text_int_unittest.cpp", "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", "core/src/fxcrt/fx_basic_bstring_unittest.cpp", "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", |