diff options
author | popov-ng <popov-ng@yandex-team.ru> | 2022-02-10 16:49:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:57 +0300 |
commit | b9b5c8262e0319799862d51f98a92b291494f5f1 (patch) | |
tree | 97f84a897c0f6eb19191178de759ddd7594f378b /library/cpp | |
parent | f4d85909b8d19058a845fd3f7f22a0a43f126ffe (diff) | |
download | ydb-b9b5c8262e0319799862d51f98a92b291494f5f1.tar.gz |
Restoring authorship annotation for <popov-ng@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp b/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp index c3ed068a37..9201ace3fc 100644 --- a/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp +++ b/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp @@ -42,5 +42,5 @@ Y_UNIT_TEST_SUITE(TBase64DecodeUneven) { const TString dp = "ADP GmbH\nAnalyse Design & Programmierung\nGesellschaft mit beschränkter Haftung"; UNIT_ASSERT_VALUES_EQUAL(dp, Base64DecodeUneven(Base64Encode(dp))); UNIT_ASSERT_VALUES_EQUAL(dp, Base64DecodeUneven(Base64EncodeUrl(dp))); - } + } } |