There are no random tests.
transcode_char_lambda is never needed or tested anywhere, the only method tested is render, so there are no reasons for the former to exist.
transcode_char_lambda
render
Arguably, the entire kata can be put in a function instead of a superficial class as well.
As mentioned below, :leave with valid strings aren't tested.
:leave
Also, true Unicode characters aren't tested. All test cases only test characters inside Extended ASCII.
Loading collection data...
There are no random tests.
transcode_char_lambda
is never needed or tested anywhere, the only method tested isrender
, so there are no reasons for the former to exist.Arguably, the entire kata can be put in a function instead of a superficial class as well.
As mentioned below,
:leave
with valid strings aren't tested.Also, true Unicode characters aren't tested. All test cases only test characters inside Extended ASCII.