Search Results

1
vote

How do I put preformatted text into a FitNesse fixture table cell?

Use !- -! to get multiline table cells and {{{ }}} to get preformatted text. The {{{ has to be outside the !- For example: |sql| |{{{!- SELECT * FROM bar WHERE gaz …