// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fpdfapi/parser/cpdf_simple_parser.h" #include <iterator> #include "core/fpdfapi/parser/fpdf_parser_utility.h" #include "core/fxcrt/fx_memcpy_wrappers.h" #include "core/fxcrt/span.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" TEST(SimpleParserTest, GetWord) { … } TEST(SimpleParserTest, Bug358381390) { … }