// 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 "xfa/fxfa/cxfa_textparser.h" #include "fxjs/gc/heap.h" #include "testing/fxgc_unittest.h" #include "testing/gtest/include/gtest/gtest.h" #include "v8/include/cppgc/heap.h" class CXFA_TestTextParser final : public CXFA_TextParser { … }; class CXFATextParserTest : public FXGCUnitTest { … }; TEST_F(CXFATextParserTest, TagValidate) { … }