Writing and running unit tests

In the section "Writing and running unit tests", Chapter 5, Page 129


'~\[~\[b\](.*)\[/b\]~i'

should be


'~\[b\](.*)\[/b\]~i'

the starting chars ~\[ need to be removed.

Thanks. Added to errata page at book website.