Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
New one... ;o
It's never explained what are the rules about the supports:
for instance, the current rules call for "non sensical" brigdes. Imo, you should ask for supports that actually support something, meaning, they should be extended until they either reach the blocks, or the beginning/end of the "matrix" (considere this as a suggestion only). And they should stop before overwritting a block character (this part is rather an issue... Well, let's say a "strong" suggestion...)
another point: your tests allow the user the mutate the input. Not a problem in the way we usual write this, because it doesn't affect the tests, but that's bad practice in general, for this kind of input. So I'd suggest that you go for one of those two options:
edit:
and you need real sample tests, as I said below, testing for meangful cases (like, all the edge cases I talked about above!)
Duplicate.