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.
Thanks for your post but for the future don't post an issue before being sure of your code. Issues are for flaws in the kata, you could simply post a question:-) Posts can be labelled with "Issue" "Question" or "Suggestion".
My bad! I was interpreting the trailing comma at "SC-28573," as part of the string wheras it was part of the testing framework's message.
Please which language? Fixed or random tests? I am pretty sure there are no problem with the tests but it seems that you have extra commas in your results.
Hi I think there's an issue with the test:
For the line:
+5-541-984-3012 /PO Box 5300; Albertville, SC-28573
Expected:
Phone => 5-541-984-3012, Name => Peter Reeves, Address => PO Box 5300 Albertville SC-28573,
Instead Got:
Phone => 5-541-984-3012, Name => Peter Reeves, Address => PO Box 5300 Albertville, SC-28573
For the line:
133, Green, Rd. NY-56423 ;+1-541-914-3010
Expected:
Phone => 1-541-914-3010, Name => E Kustur, Address => 133 Green Rd. NY-56423
Instead Got:
Phone => 1-541-914-3010, Name => E Kustur, Address => 133, Green, Rd. NY-56423
damnnnnnn