fmt/test/unicode-test.cc
2021-05-24 06:20:51 -07:00

11 lines
293 B
C++

// Formatting library for C++ - Unicode tests
//
// Copyright (c) 2012 - present, Victor Zverovich
// All rights reserved.
//
// For the license information refer to format.h.
#include "fmt/core.h"
#include "gtest/gtest.h"
TEST(unicode_test, is_utf8) { EXPECT_TRUE(fmt::detail::is_utf8()); }