powerslim
Version:
An implementation of FitNesse Slim in PowerShell
9 lines (8 loc) • 403 B
Plain Text
!|script|
|check|eval|"text with [brackets]"|text with [brackets]|
|check|eval|"whitespace at the end "|whitespace at the end!- -!|
|check|eval|"there are 'quotes' in text"|there are 'quotes' in text|
|check|eval|'there are "double quotes" in text'|there are "double quotes" in text|
|check|eval|!-<pre>'>' -eq '>'</pre>-!|True|
|check|eval| '>' -eq '<'|False|
|show|eval|'>'.Length|