Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/SlimSymbolsCanBeBlankOrNull/content.txt 356 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The values in symbols can be blank or null.

|Import|
|fitnesse.slim.test|

|null fixture|
|get null?   |
|$NULL=                       |
|null|

|null fixture|$NULL|

|script|test slim|
|check|echo string|$NULL|null|


|null fixture|
|get blank?   |
|$BLANK=                       |


|null fixture|$BLANK|

|script|test slim|
|check|echo string|$BLANK||