Andrey Trubachev

Results 1 issues of Andrey Trubachev

Without `strip` we can get the last item with trailing characters: ``` ok: [localhost] => { "msg": "['aaa', 'bbb', 'ccc', 'ddd\\n']" } ``` `strip` removes leading and trailing characters and...