golang_str: tests: Fix thinko wrt \u in tests
On py2 \u does not work in str literals - only in unicode ones. This corrects all tests that were doing x32 incorrectly due to the thinko.
Showing
Please register or sign in to comment
On py2 \u does not work in str literals - only in unicode ones. This corrects all tests that were doing x32 incorrectly due to the thinko.