!3 Adding comment tables to tests.

Sometimes you want a table in your test page that is not actually a fixture.  You just want to explain something using a table. 

You can do this using the ''Comment'' fixture.  It's simple to use.  Simply put the word ''Comment'' all alone in the first row of the table.

|Comment|
|This table is a comment|
|and will not participate|
|In the test.|

