diff options
| author | Ivan Komarov <[email protected]> | 2022-02-10 16:46:49 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:49 +0300 | 
| commit | 59aca5c5180c31691884667783dc966eb99d743a (patch) | |
| tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/string_utils | |
| parent | 4de97ab2fe437cbe83e4c63234e809ddd5ac34f2 (diff) | |
Restoring authorship annotation for Ivan Komarov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/string_utils')
| -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 4d482168adb..c3ed068a37e 100644 --- a/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp +++ b/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp @@ -38,7 +38,7 @@ Y_UNIT_TEST_SUITE(TBase64DecodeUneven) {          const TString lp = "Linkin Park";          UNIT_ASSERT_VALUES_EQUAL(lp, Base64DecodeUneven(Base64Encode(lp)));          UNIT_ASSERT_VALUES_EQUAL(lp, Base64DecodeUneven(Base64EncodeUrl(lp))); -  +          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)));  | 
