diff options
author | tejblum <tejblum@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
commit | 2bf39531b4f50b889e946ac4866018678a4fb281 (patch) | |
tree | 65ee082892af9db55f726e13950abf0b1cc65992 /util/string/strip_ut.cpp | |
parent | a61e8c559b6b690a019253067224d595e3d642f1 (diff) | |
download | ydb-2bf39531b4f50b889e946ac4866018678a4fb281.tar.gz |
Restoring authorship annotation for <tejblum@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/string/strip_ut.cpp')
-rw-r--r-- | util/string/strip_ut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/string/strip_ut.cpp b/util/string/strip_ut.cpp index d1029d1498..be8ba0d89c 100644 --- a/util/string/strip_ut.cpp +++ b/util/string/strip_ut.cpp @@ -1,7 +1,7 @@ #include "strip.h" #include <library/cpp/testing/unittest/registar.h> - + #include <util/charset/wide.h> Y_UNIT_TEST_SUITE(TStripStringTest) { @@ -42,7 +42,7 @@ Y_UNIT_TEST_SUITE(TStripStringTest) { UNIT_ASSERT_EQUAL(StripStringLeft(inputStrBuf), test.StripLeftRes); UNIT_ASSERT_EQUAL(StripStringRight(inputStrBuf), test.StripRightRes); }; - } + } Y_UNIT_TEST(TestCustomStrip) { struct TTest { @@ -122,7 +122,7 @@ Y_UNIT_TEST_SUITE(TStripStringTest) { #ifndef TSTRING_IS_STD_STRING UNIT_ASSERT(s.c_str() == s2.c_str()); // Collapse() does not change the string at all #endif - } + } Y_UNIT_TEST(TestCollapseText) { TString abs1("Very long description string written in unknown language."); |