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 edit initial solution
When12345_6789ToPoundsReturnsPound12345__68
String lengths are both 9. Strings differ at index 0.
Expected: "?12345.68"
But was: "?12345.68"
WTF?
ShouldParseFloatNumbers
Should parse float numbers
Expected: 3.5d +/- 0.0d
But was: 2.0d
at CalcTest.ShouldParseFloatNumbers () [0x00000] in :0
ShouldParseNumbers
Should parse numbers
Expected: 3.0d +/- 0.0d
But was: 2.0d
WTF?