FitNesse. SuiteAcceptanceTests. SuiteSlimTests.
TestSymbolsDontGetTurnedToStringsInTheOutput [add child]
 Scenario Libraries

 Set Up: .FitNesse.SuiteAcceptanceTests.SuiteSlimTests.SetUp (edit)
import
fitnesse.slim.test

script test slim

scenario should be bill value
check echo string @value bill

script
$x= echo string bill
should be bill $x

script
$x= echo string bob

script
$x= echo string bill
should be bill $x