Looks good, approved
'notatest' should equal 'nottest' This is wrong, since: "A subsequence is different from a substring. The terms of a subsequence need not be consecutive terms of the original sequence." Since it does not have to be in consecutive terms, why is a excluded from anothertest and notatest? They both only have one a.
'notatest' should equal 'nottest'
a
anothertest
notatest
Correct me if I'm wrong, I'm passing all the other random tests and basic tests, except for this one case.
What is the language? And also please provide your code.
ok thanks
[Python] The kata says: "the initial position of the selection cursor (top-left is (0,0));" Random cases has cases with init position (0, 4)
the initial position of the selection cursor (top-left is (0,0));
Sadly I can't edit the test cases for Python and JS since the kata is so old...
Closing as it's too late to make corresponding changes
test.assert_equals(kebabize('myCamelHas3Humps'), 'my-camel-has-humps') (Sample Cases) How come the input has a 3 but the output doesn't have a 3 in it?
test.assert_equals(kebabize('myCamelHas3Humps'), 'my-camel-has-humps')
3
Python3.8
Check if you have the current inputs and outputs. You have to return, not print.
return
print
Sorry for the delayed answer The language is Python.
Can you explain it more? Do you mean you wrote the code but it did not submit?
Approved
Approved :)
Why is Random Cases in the Final Tests blank? Also can you fix it
Random Cases
Loading collection data...
Looks good, approved
'notatest' should equal 'nottest'
This is wrong, since:
"A subsequence is different from a substring. The terms of a subsequence need not be consecutive terms of the original sequence."
Since it does not have to be in consecutive terms, why is
a
excluded fromanothertest
andnotatest
? They both only have onea
.Correct me if I'm wrong, I'm passing all the other random tests and basic tests, except for this one case.
What is the language?
And also please provide your code.
ok thanks
[Python]
The kata says: "
the initial position of the selection cursor (top-left is (0,0));
"Random cases has cases with init position (0, 4)
Sadly I can't edit the test cases for Python and JS since the kata is so old...
Closing as it's too late to make corresponding changes
test.assert_equals(kebabize('myCamelHas3Humps'), 'my-camel-has-humps')
(Sample Cases)How come the input has a
3
but the output doesn't have a3
in it?Python3.8
Check if you have the current inputs and outputs. You have to
return
, notprint
.Sorry for the delayed answer
The language is Python.
Can you explain it more? Do you mean you wrote the code but it did not submit?
Approved
Approved :)
Approved :)
Why is
Random Cases
in the Final Tests blank?Also can you fix it
Loading more items...