chromium/components/autofill/core/browser/data_model/autofill_i18n_parsing_expression_components_unittest.cc

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

#include "components/autofill/core/browser/data_model/autofill_i18n_parsing_expression_components.h"

#include <vector>

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ElementsAre;
Eq;
Optional;
Pair;
UnorderedElementsAre;

namespace autofill::i18n_model_definition {

TEST(AutofillI18nParsingStructures, Decomposition) {}

TEST(AutofillI18nParsingStructures, DecompositionAnchoringDisabled) {}

TEST(AutofillI18nParsingStructures, DecompositionCascade) {}

TEST(AutofillI18nParsingStructures, ExtractPart) {}

TEST(AutofillI18nParsingStructures, ExtractParts) {}

TEST(AutofillI18nParsingStructures, RemoveVersionSuffix) {}

}  // namespace autofill::i18n_model_definition