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.
Wow...thanks.
I'm still blur what is happening.
Unfortunately, no.
The 'Show Kata Test Cases' is still the old code.
all test cases is updated and saved.
But upon select 'publish', there is message 'Kumite was published with failed tests!' below highlighted in orange background.
I do not know what to do next.
But the kata test cases is still the old version.
The updated random test should look like:
100.times do |i|
len = rand(1..10)
s = []
len.times { |i| s << (rand(0..3) == 0 ? "!" : "") + rand_alpha + (rand(0..3) == 0 ? "!" : "") }
s = s.join(" ")
Hi, updated the translation.
However, upon selecting the 'publish', there is a message 'kumite was published with failed test!'.
I train again and the test still seems the old one.
Please advise.
What should I do?
Edited:
Please check and approve.
Somehow, there is draft in my translation and I manage to publish it.
Ruby translation. Please review and approve =)
Ruby translation. Please review and approve =)
Ruby translation. Please check and approve =)
Ruby translation. Please check and approve =)
Updated. Please check.
Ruby translation. Please review and approve =)
Ruby translation. Please review and approve =)
Issue with the random test in Ruby
Testing for [80, 48, 97, 44, 57, 46, 61, 83, 46, 75, 88, 13]
It should work for random inputs too - Expected: 80, instead got: 46
Testing for [86, 22, 33, 19, 70]
It should work for random inputs too - Expected: 86, instead got: nil
Ruby translation. Please check and approve =)
Ruby translation. Please check and approve =)
Loading more items...