// Copyright 2024 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/facilitated_payments/core/util/pix_code_validator_fuzzer_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/re2/src/re2/re2.h" namespace payments::facilitated { namespace { TEST(PixCodeValidatorFuzzerUtilTest, ValidRegexPattern) { … } TEST(PixCodeValidatorFuzzerUtilTest, ValidRegexPatternWithUpperCase) { … } TEST(PixCodeValidatorFuzzerUtilTest, InValidRegexPattern) { … } } // namespace } // namespace payments::facilitated