[lang-ref] ( comment_single_line ) ( powershell )

It 'should comment single line' {
    # # ...

    $a = 1
    # single line comment
    # $a += 1

    $a | Should -Be 1
}