You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it fits the original problem spirit, but given that Go supports UTF-8 it could be nice to insert a multibyte string example in the test suite.
I think that a simple string like the one used in the official website "Hello, 世界" could be a nice improvement.
The text was updated successfully, but these errors were encountered:
Add reverseTestCase type in generator output to be
used in the test program.
Since file cases_test.go is generated from
problem-specifications/exercises/reverse-string/canonical-data.json,
add an additional test case for UTF-8 within the test program.
Resolvesexercism#1068
Add reverseTestCase type in generator output to be
used in the test program.
Since file cases_test.go is generated from
problem-specifications/exercises/reverse-string/canonical-data.json,
add an additional test case for UTF-8 within the test program.
Resolves#1068
I don't know if it fits the original problem spirit, but given that Go supports UTF-8 it could be nice to insert a multibyte string example in the test suite.
I think that a simple string like the one used in the official website "Hello, 世界" could be a nice improvement.
The text was updated successfully, but these errors were encountered: