mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
fix ident in cmp matcher docs
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
parent
be529dcea6
commit
e8e34c2ffe
1 changed files with 4 additions and 4 deletions
|
@ -28,10 +28,10 @@ vs:
|
||||||
|
|
||||||
Ignoring case sensitivity:
|
Ignoring case sensitivity:
|
||||||
|
|
||||||
describe some_resource do
|
describe some_resource do
|
||||||
its('setting') { should cmp 'raw' }
|
its('setting') { should cmp 'raw' }
|
||||||
its('setting') { should cmp 'RAW' }
|
its('setting') { should cmp 'RAW' }
|
||||||
end
|
end
|
||||||
|
|
||||||
Printing octal values:
|
Printing octal values:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue