Symbols should show the raw (in this case HTML) content that is used in the tests.

script fitnesse.fixtures.EchoFixture
$Table_= echo
Test
check echo $Table_ $Table_
show echo $Table_


script
given page TestPage with content !path lib/*.jar !define TEST_SYSTEM {slim} |script| fitnesse.fixtures.EchoFixture | | $Table= | echo | !-
Test
-! | | check | echo | $Table | $Table | | show | echo | $Table |
test results for page TestPage should contain $Table<-[<table><tr><td>Test</td></tr></table>]
ensure content contains $Table->[<table><tr><td>Test</td></tr></table>]