UNPKG

powerslim

Version:

An implementation of FitNesse Slim in PowerShell

8 lines (6 loc) 264 B
'''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|