Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/TestCanPassSymbolsIntoConstructors/content.txt 316 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
You should be able to pass symbols into constructor arguments of slim tables.

|import|
|fitnesse.slim.test|

|script|test slim|
|$X=|echo int|99|

|script|test slim|$X|
|check|return constructor arg|99|

|script|
|start|test slim|$X|
|check|return constructor arg|99|

|test slim|$X|
|return constructor arg?|
|99|