// Copyright 2018 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/fpdfdoc/cpdf_defaultappearance.h" #include <iterator> #include "core/fpdfapi/parser/cpdf_simple_parser.h" #include "core/fxcrt/compiler_specific.h" #include "core/fxcrt/span.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" namespace { struct FindTagTestStruct { … }; } // namespace TEST(CPDFDefaultAppearanceTest, FindTagParamFromStart) { … }