diff options
| author | skalsin <[email protected]> | 2022-02-10 16:46:39 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:39 +0300 |
| commit | 5036b5f2122001f9aef8a0e4cd85440d73ea6b9f (patch) | |
| tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/string_utils/quote/quote_ut.cpp | |
| parent | 0ec5f3106fcb5e342ec13cdfad678bf4633580d5 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/string_utils/quote/quote_ut.cpp')
| -rw-r--r-- | library/cpp/string_utils/quote/quote_ut.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/string_utils/quote/quote_ut.cpp b/library/cpp/string_utils/quote/quote_ut.cpp index 0f01b1beb89..6c552b279e1 100644 --- a/library/cpp/string_utils/quote/quote_ut.cpp +++ b/library/cpp/string_utils/quote/quote_ut.cpp @@ -310,10 +310,10 @@ Y_UNIT_TEST_SUITE(TQuoteTest) { Quote(s, ";,"); UNIT_ASSERT_VALUES_EQUAL("%2Fpath;tail%2Fpath,tail%2F", s.c_str()); } - + Y_UNIT_TEST(StringBuf) { - char r[100]; - char* end = Quote(r, "abc\0/path", ""); - UNIT_ASSERT_VALUES_EQUAL("abc\0%2Fpath", TStringBuf(r, end)); - } + char r[100]; + char* end = Quote(r, "abc\0/path", ""); + UNIT_ASSERT_VALUES_EQUAL("abc\0%2Fpath", TStringBuf(r, end)); + } } |
