inspec/test/fixtures/profiles/inputs/with_various_values
Nick Schwaderer 6d340b323c Allow ‘=‘ character in CLI inputs
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>
2020-07-09 12:50:21 +01:00
..
controls Allow ‘=‘ character in CLI inputs 2020-07-09 12:50:21 +01:00
inspec.yml Allow ‘=‘ character in CLI inputs 2020-07-09 12:50:21 +01:00