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'm having the same problem
all test passed but having a problem with submitin
I'm having the same issue with python
I'm doing this Kata in Python.
Test passed 100% but Submit dont pass test 2 sometimes test 3.
I think something wrong with this Submiting.
Can you be more specific?
What test were you doing? Submitting a string with a space in it will always fail, since the only acceptable strings will be made entirely of parentheses
The problem reported by Cuddlemuffin007 is not described the same way as what you've posted. Can you give more context?
Would it be possible to get more context on this problem?
I'm not able to replicate this problem in the editing panel for the Ruby version of this. Testing the duplicate solution function provided in the test case with GnnOwwceJ gives me ())())((( and not a bunch of )s, nor do the other random tests. If anyone else has seen this issue please bring it up again.
'Should ignore case' just refers to having a mix of uppercase and lowercase versions of a character in a string, among other characters. "Supralapsarian" is the string being tested for, making sure you don't treat S and s differently. Also, it looks like your function is returning '(()))())())()(' and not '))))))))))))))' based on your description. What language did you do it in?
the problem is in your loop, try to pool out your test in loop
The same for me
My test worked perfect but when i submitted i find this error ' (((' should equal '(((' i wonder why? should anyone know why?
I encounte the same problem, did you find the issue?