1d15e8f37a
* Fixes extra spaces added between parameters from https://github.com/ansible/ansible-modules-core/issues/1929 * Correctly decode PowerShell command encoded as UTF-16-LE so that it displays correctly in debug messages, fixes the other issue from https://github.com/ansible/ansible-modules-core/issues/1929 * Add test to verify that script parameters are passed as-is, so $true is interpreted as a boolean, fixes https://github.com/ansible/ansible/issues/10947 |
||
---|---|---|
.. | ||
test_script.bat | ||
test_script.cmd | ||
test_script.ps1 | ||
test_script_bool.ps1 | ||
test_script_creates_file.ps1 | ||
test_script_removes_file.ps1 | ||
test_script_with_args.ps1 | ||
test_script_with_errors.ps1 | ||
test_script_with_splatting.ps1 |