It still happens with the Java random test.
Bad "random_strings" test:
parse '(|(9?iXZVg"))' = '' shouldBe '(|(9?iXZVg"))'
You can see after the first ( there is a |. Empty string is not a valid regexp (in this kata), so '' is the correct result.
(
|
''
Not a kata issue, you're not printing the input always, so, you're confusing the log of one test with the expected answer of a different one. 0 is a Narcissitic number and your code says it isn't.
C# Completions 7328
C#, here are few more examples:
1875576466 != 1840670677 312472462 != 50976811 642610328 != 154655972 1046013518 != 1145081253
Please state the language when reporting an issue, this kata has many.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
It still happens with the Java random test.
Bad "random_strings" test:
parse '(|(9?iXZVg"))' = '' shouldBe '(|(9?iXZVg"))'
You can see after the first
(
there is a|
. Empty string is not a valid regexp (in this kata), so''
is the correct result.Not a kata issue, you're not printing the input always, so, you're confusing the log of one test with the expected answer of a different one. 0 is a Narcissitic number and your code says it isn't.
C#, here are few more examples:
Please state the language when reporting an issue, this kata has many.
This comment is hidden because it contains spoiler information about the solution