FitNesse. SuiteAcceptanceTests. SuiteWikiPageResponderTests.
TestPreformatedText [add child]

 Set Up: .FitNesse.SuiteAcceptanceTests.SetUp (edit)

Test that pre-formatted text is rendered correctly.

Any text enclosed in {{{ and }}} will be rendered exactly as is, including line breaks and spaces. The text will be rendered in monofont, using the <pre> tag.


Test preformatted text.

Page creator.
Page name. Page contents. Page attributes. valid?
PreformattedPage {{{preformatted text}}}   true
Response Requester.
uri valid?
PreformattedPage true
Response Examiner.
type pattern matches? value
contents <pre>preformatted text</pre> true