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
{{ message }}
This repository was archived by the owner on Nov 12, 2018. It is now read-only.
It seems that it doesn't have unicode support... Since there's a plethora of non ASCII writers support unicode would be great.
Example
In the puzzle Greet Me
I want to test the solution:
With the testing cases:
but I got
-e:14: invalid multibyte char (US-ASCII) -e:14: invalid multibyte char (US-ASCII) -e:14: syntax error, unexpected end-of-input, expecting ')' Test.assert_equals(greet('ríley'), 'Hello Ríley!')Have a nice day!