Currently, there are two versions of behavior supported:
- FitNesse leaves whitespace unchanged in cell text.
- Fit Standard removes leading and trailing whitespace, condenses embedded whitespace, converts br tags to line-feeds and performs some clean-up on Word-generated HTML.
Include a table at the beginning of the test-page.
|FitVersion|std|Include a call in your fixture constructor.
FitVersionFixture.Set{"std");Include a setting in an appropriate .NET config file.<appSettings>
<add key="fitVersion" value="std" />
</appSettings>