jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/powershell/namespace_feature.test
2016-02-03 18:00:01 -05:00

14 lines
364 B
Plaintext

[System.String]::Empty;
[Foo.Bar+Baz]::Abc;
[int] 42;
----------------------------------------------------
[
["namespace", "[System.String]"],"::Empty",["punctuation", ";"],
["namespace", "[Foo.Bar+Baz]"],"::Abc",["punctuation", ";"],
["namespace", "[int]"]," 42",["punctuation", ";"]
]
----------------------------------------------------
Testing namespaces