[lang-ref] カラ文字列 ( powershell )

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