mirror of
https://github.com/inspec/inspec
synced 2025-01-07 02:39:10 +00:00
6d340b323c
Fixes #5131 Due to the use of `#split(‘=‘)` against inputs supplied via the CLI we had an edge case where inputs with `’=‘` in the value would cause a breakage. This PR supplies a test for the regression and fixes the bug with a regex solution. Signed-off-by: Nick Schwaderer <nschwaderer@chef.io> |
||
---|---|---|
.. | ||
basic | ||
cli | ||
describe-one | ||
inheritance | ||
legacy-attributes-dsl | ||
metadata-basic | ||
metadata-empty | ||
metadata-invalid | ||
metadata-legacy | ||
metadata-required | ||
plugin | ||
required | ||
scoping | ||
undeclared | ||
via-runner | ||
with_various_values |