This page tests that TodaysDate (!today) renders in a preformatted text block


script
start Page Builder
line {{{
line today is !today
line tomorrow is !today +1
line }}}
page TodaysDateInPreformattedText
Response Requester.
uri valid? contents?
TodaysDateInPreformattedText true
Response Examiner.
type pattern matches? wrapped html?
contents today is 26 Oct, 2024 true

Response Examiner.
type number string?
line 1 <pre>
line 2 today is 26 Oct, 2024
line 3 tomorrow is 27 Oct, 2024
line 4 </pre>