requests icon indicating copy to clipboard operation
requests copied to clipboard

Unit test for string containing multi-byte UTF-8 #6586

Open bruceadams opened this issue 1 year ago • 0 comments

There are two tests here. One demonstrating existing, correct behavior for data=bytes, and another, failing, test for the case where data=string and the string contains multi-byte UTF-8.

bruceadams avatar Nov 27 '23 22:11 bruceadams