diff options
| author | aosipenko <[email protected]> | 2022-02-10 16:48:08 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:08 +0300 | 
| commit | 948fd24d47d4b3b7815aaef1686aea00ef3f4288 (patch) | |
| tree | 8ad4c39c2a5f8b341bc02e3b0c5e8f26c40373cb /util/stream/ios_ut.cpp | |
| parent | d2eb4aae699fa2f6901bf32d22eec019c8f29838 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/ios_ut.cpp')
| -rw-r--r-- | util/stream/ios_ut.cpp | 42 | 
1 files changed, 21 insertions, 21 deletions
| diff --git a/util/stream/ios_ut.cpp b/util/stream/ios_ut.cpp index 139f4296e50..9fd05ebd874 100644 --- a/util/stream/ios_ut.cpp +++ b/util/stream/ios_ut.cpp @@ -304,32 +304,32 @@ namespace {          size_t Index_;      }; -    const char Text[] = +    const char Text[] =           // UTF8 encoded "one \ntwo\r\nthree\n\tfour\nfive\n" in russian and ... -        "один \n" -        "два\r\n" -        "три\n" -        "\tчетыре\n" -        "пять\n" +        "один \n"  +        "два\r\n"  +        "три\n"  +        "\tчетыре\n"  +        "пять\n"           // ... additional test cases -        "\r\n" -        "\n\r" // this char goes to the front of the next string -        "one two\n" -        "123\r\n" -        "\t\r "; +        "\r\n"  +        "\n\r" // this char goes to the front of the next string  +        "one two\n"  +        "123\r\n"  +        "\t\r ";  -    const char* Expected[] = { +    const char* Expected[] = {           // UTF8 encoded "one ", "two", "three", "\tfour", "five" in russian and ... -        "один ", -        "два", -        "три", -        "\tчетыре", -        "пять", +        "один ",  +        "два",  +        "три",  +        "\tчетыре",  +        "пять",           // ... additional test cases -        "", -        "", -        "\rone two", -        "123", +        "",  +        "",  +        "\rone two",  +        "123",           "\t\r "};      void TestStreamReadTo1(IInputStream& input, const char* comment) {          TString tmp; | 
