Brackets, extreme edition

Are you serious???

Failure
Found: “True”
Expected: “true”

C# default print it with “T”, why I have to add additional method to make it “t”?

And Java, JS, Ruby default print with “t”, why would they have to add additional method to make it “T”?

Solve that or go complain to generic GC platform about its case sensitivity instead of specific puzzle, thank you very much.

Ok, i’ve solved it, it’s not a big problem. I’ve just thought tests need to be more specific to language, then every single coder will feel comfortable. Thanks for understanding.

Not sure writing tests for all 26 languages to match what would be natural for each one of them, is better than making the tiny adjustment required to pass.

2 Likes