e88e463315
This bug arose because of a shortcut previously taken when generating input for the type catalog generator. With a proper parser created, the input to the generator is now correct, and so this test should succeed.
6 lines
164 B
PowerShell
6 lines
164 B
PowerShell
Describe ".NET class interoperability" {
|
|
It "Should access types in System.Console" {
|
|
[System.Console]::TreatControlCAsInput | Should Be $false
|
|
}
|
|
}
|