UNPKG
powerslim
Version:
latest (0.6.0)
0.6.0
An implementation of FitNesse Slim in PowerShell
powerslim.org
konstantinvlasenko/PowerSlim
powerslim
/
FitNesseRoot
/
PowerSlim
/
OriginalMode
/
SuiteCommon
/
TestEmptyValue
/
content.txt
8 lines
(6 loc)
•
264 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
'''Interesting case'''
In !-PowerShell-!
3.0
:
''
$emptyvalue.count
''
returns
'''0'''
In !-PowerShell-!
2.0
:
''
$emptyvalue.count
''
returns
'''nothing'''
-!|script| |$Expected=|
eval
|
if
($host.Version.Major -
in
3
,
4
){
0
}| |check|
eval
|$emptyvalue.count|$Expected|