Tests/Examples/Parse.CSharp.examples.tests.ps1


describe 'Parse.CSharp' {
    it 'Parse.CSharp Example 1' {
        Parse-CSharp -Source '"hello world";'
    }
}