mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +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:
|
||||
|
||||
describe some_resource do
|
||||
its('setting') { should cmp 'raw' }
|
||||
its('setting') { should cmp 'RAW' }
|
||||
end
|
||||
describe some_resource do
|
||||
its('setting') { should cmp 'raw' }
|
||||
its('setting') { should cmp 'RAW' }
|
||||
end
|
||||
|
||||
Printing octal values:
|
||||
|
||||
|
|
Loading…
Reference in a new issue