// Copyright 2021 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/parser/cxfa_document.h" #include "core/fxcrt/fx_string.h" #include "testing/gtest/include/gtest/gtest.h" TEST(CXFA_DocumentTest, ParseXFAVersion) { … } TEST(CXFA_DocumentTest, ParseUseHref) { … } TEST(CXFA_DocumentTest, ParseUse) { … }