5#include "core/fpdfapi/parser/cpdf_simple_parser.h"
9#include "core/fpdfapi/parser/fpdf_parser_utility.h"
10#include "core/fxcrt/fx_memcpy_wrappers.h"
11#include "core/fxcrt/span.h"
12#include "testing/gtest/include/gtest/gtest.h"
13#include "testing/test_support.h"
36 "(It is a \\(long\\) day!)"),
74 const char kInput[] =
"1 beginbfchar\n<01> <>\nendbfchar\n1 beginbfchar";
78 EXPECT_EQ(parser
.GetWord(),
"beginbfchar");
81 EXPECT_EQ(parser
.GetWord(),
"endbfchar");
83 EXPECT_EQ(parser
.GetWord(),
"beginbfchar");
TEST(FXCRYPT, MD5GenerateEmtpyData)
fxcrt::ByteStringView ByteStringView
#define STR_IN_OUT_CASE(input_literal, expected_literal,...)