File size: 517 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | #
# Module manifest for module 'HelpersLanguage'
#
@{
RootModule = 'HelpersLanguage.psm1'
ModuleVersion = '1.0'
GUID = 'a575af5e-2bd1-427f-b966-48640788896b'
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (c) Microsoft Corporation.'
Description = 'Temporary module for language tests'
FunctionsToExport = 'Get-ParseResults', 'Get-RuntimeError', 'ShouldBeParseError',
'Test-ErrorStmt', 'Test-Ast', 'Test-ErrorStmtForSwitchFlag'
AliasesToExport = @()
CmdletsToExport = @()
}
|