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.
I fixed it.
Now, the order should no longer be predictable.
Fixed.
I added the missing parentheses, now it should be correct.
Yes, random tests sometimes generate weird regexes, but that is supposed to happen.
If it is needed, I could simplify the regexes after generating it, but I don't think it is really needed. After all, the solution should work for any regex and while some of the generated regexes might look odd, they are still valid regexes that should be tested as well.
To me, the fact that such regexes are generated by random tests is not a problem and it is supposed to happen.
Thanks, I just updated the test as you suggested, should be good now.
Rust translation.