PowerShell/test/powershell/engine
Steve Lee 901a61bcc1 Enable auto EOL on git repo side, fix some character encoding issues (#4912)
- add ending newline to files missing it using:
`awk -F: '$2 ~ / no line terminators/ {print $1}' ~/text-files.txt | xargs -I{} sh -c 'printf "\n" >> "$1"' - {}`
- update .gitattributes to enforce autocrlf on all text files
- added <copyright> opening element where it was missing
removed file attribute pointing to wrong filename
- fix mis-encoded character to apostrophe
- replace incorrect encoding of copyright symbol with (c)
- updated file hashes in the test
2017-09-25 15:14:39 -07:00
..
Api Add tests for ProxyCommand APIs to improve coverage (#4791) 2017-09-11 14:06:32 -07:00
Basic [Feature]Added Remove-service to Management module (#4858) 2017-09-20 17:24:39 -07:00
Cdxml Enable auto EOL on git repo side, fix some character encoding issues (#4912) 2017-09-25 15:14:39 -07:00
COM Use stricter rule to unwrap a PSObject that wraps a COM object (#4614) 2017-08-28 13:19:02 -07:00
ETS Call to CodeMethod returning void should work (#4850) 2017-09-20 14:37:43 -07:00
Help PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Job Reorganize some engine tests to make it clean (#4551) 2017-08-14 13:49:28 +04:00
Module Make 'Test-ModuleManifest' not load unnecessary modules (#4541) 2017-08-28 15:36:46 -07:00
ParameterBinding Add tests for StaticParameter to improve coverage (#4779) 2017-09-11 08:54:35 -07:00
Remoting PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
ResourceValidation Only run tests on Windows, otherwise skip them. (#4861) 2017-09-19 13:51:21 -07:00