Skip to content

Instantly share code, notes, and snippets.

@perzizzle
Last active August 29, 2015 14:15
Show Gist options
  • Save perzizzle/dc73025a2232f2da9b88 to your computer and use it in GitHub Desktop.
Save perzizzle/dc73025a2232f2da9b88 to your computer and use it in GitHub Desktop.
ToPowershellHash Variables
# Parameters to pass to test scripts.
test_powershell_hash_filter_value:
This: THIS
That: THAT
Other: OTHER
test_powershell_hash_filter_expected: "@{This=THIS;Other=OTHER;That=THAT;}"
test_powershell_hash_filter_value_invalid:
- This
- That
- Other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment