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.
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.
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