chromium/third_party/pdfium/fpdfsdk/fpdf_catalog_embeddertest.cpp

// Copyright 2024 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "public/fpdf_catalog.h"

#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "public/fpdf_edit.h"
#include "testing/embedder_test.h"

FPDFCatalogTest;

TEST_F(FPDFCatalogTest, SetLanguageInvalidDocument) {}

TEST_F(FPDFCatalogTest, SetLanguageNewDocument) {}

TEST_F(FPDFCatalogTest, SetLanguageExistingDocument) {}