Test 020: Testing a simple tag.
Start tag (no parms), some text, end tag:
Start tag called, parms="" some text End tag called
Start tag (some parms), some text, end tag:
Start tag called, parms="some parms" some text End tag called
Auto-end tag:
Start tag called, parms="" End tag called
Unmatched tag (should give TWO errors: one now, and one at end-of file):