they must run a few more assert statements than what you see in the editor, so all visible test might pass but you may still have a bug in your code.
if you're positive your code works, there is also an unescaped ' in the last assert:
this 'Seventh, forty - it's correct'
should be 'Seventh, forty - it\'s correct'
Created at: 2012/11/03 21:00; Updated at: 2013/09/30 13:46