From 169ea1334b8ef49fccf4883e221130412077492c Mon Sep 17 00:00:00 2001 From: turanszkij Date: Sun, 11 Nov 2018 14:30:02 +0000 Subject: [PATCH] font test update --- Tests/Tests.cpp | 2 +- Tests/font_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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