golang_str: tests: Adjust test_strings_index2 not to depend on repr(ustr|bstr)
repr(ustr|bstr) will change behaviour depending on whether we are running under regular python, or gpython with string types replaced by bstr/ustr. But this test is completely orthogonal to that. -> Let's untie it from particular repr behaviour by emitting verified items in quoted form + asserting their types in the code.
Showing
Please register or sign in to comment