[lang-ref] Assign empty string ( powershell )

It 'should assign empty string' {
    # ''
    $str = ''
    $str | Should -Be ''
}