You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I use .Replace to replace the <expected> and other tokens in Get-AssertionMessage. This is unnecessary and should be replaced case-insensitive replacesmen. Eg. with -replace [regex]::Escape(.
The text was updated successfully, but these errors were encountered:
nohwnd
changed the title
Get-AssertionMessage should replace tokens with case sensitivityGet-AssertionMessage should replace tokens without case sensitivity
Oct 6, 2018
Currently I use
.Replace
to replace the<expected>
and other tokens inGet-AssertionMessage
. This is unnecessary and should be replaced case-insensitive replacesmen. Eg. with-replace [regex]::Escape(
.The text was updated successfully, but these errors were encountered: