diff --git a/Tests/Tests.cpp b/Tests/Tests.cpp index 9ecc655c0..a5b7c4f77 100644 --- a/Tests/Tests.cpp +++ b/Tests/Tests.cpp @@ -281,7 +281,7 @@ void TestsRenderer::RunFontTest() { std::string s; file >> s; - ss << s; + ss << s << "\t"; } } static wiFont font_japanese; diff --git a/Tests/font_test.txt b/Tests/font_test.txt index e4e0a6c2a..4e0609805 100644 --- a/Tests/font_test.txt +++ b/Tests/font_test.txt @@ -1 +1 @@ -ウィけっどエンジンです。よろしくお願いします。 \ No newline at end of file +ウィけっどエンジンです。よろしくお願いします。 Привет! (ʘ‿ʘ) \ No newline at end of file