#include "third_party/blink/renderer/platform/wtf/text/text_codec_replacement.h"
#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/wtf/text/text_codec.h"
#include "third_party/blink/renderer/platform/wtf/text/text_encoding.h"
#include "third_party/blink/renderer/platform/wtf/text/text_encoding_registry.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace WTF {
namespace {
const char* g_replacement_alias = …;
TEST(TextCodecReplacement, Aliases) { … }
TEST(TextCodecReplacement, DecodesToFFFD) { … }
TEST(TextCodecReplacement, EncodesToUTF8) { … }
}
}