22 lines
261 B
Plaintext
22 lines
261 B
Plaintext
|
|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|
|
||
|
|
||
|
|
||
|
|