mirror of
https://github.com/inspec/inspec
synced 2024-11-21 20:23:06 +00:00
f5fd9a75f7
* Allow the negate formating for cmp The 'cmp' matcher when used with a negation as 'should_not' does has a confusion formating when control fails: expected: 3 got: 3 This, because the 'format_actual' always pass 'false' to the 'format_expectation'. Thus the 'format_expectation' never reach the 'negate_str'. Signed-off-by: Pg <pg.developper.fr@gmail.com> * Linting Signed-off-by: Pg <pg.developper.fr@gmail.com> Co-authored-by: Vasundhara Jagdale <vjagdale@progress.com> --------- Signed-off-by: Pg <pg.developper.fr@gmail.com> Co-authored-by: Vasundhara Jagdale <vjagdale@progress.com> |
||
---|---|---|
.. | ||
matchers.rb |