inspec/test/fixtures/profiles/inputs
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
..
basic Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
cli Trim log message, make boolean check case insensitive 2020-05-23 00:25:08 -04:00
describe-one Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
inheritance Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
legacy-attributes-dsl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
metadata-basic Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
metadata-empty Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
metadata-invalid Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
metadata-legacy Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
metadata-required Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
plugin Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
required Divide tests into undeclared and required groups 2020-04-24 16:38:11 -04:00
scoping Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
undeclared Divide tests into undeclared and required groups 2020-04-24 16:38:11 -04:00
via-runner Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
with_various_values Allow ‘=‘ character in CLI inputs 2020-07-09 12:50:21 +01:00