mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
updates received from Sonu
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
This commit is contained in:
parent
7b7bd9838f
commit
d5df8288f5
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ where
|
|||
|
||||
## Matchers
|
||||
|
||||
- For a full list of available matchers, please visit our [matchers page](https://docs.chef.io/inspec/matchers/).
|
||||
- For a full list of available matchers, refer [matchers page](https://docs.chef.io/inspec/matchers/).
|
||||
- The matchers applicable for this resource are: `eq`, `cmp`, and `match`.
|
||||
|
||||
### eq
|
||||
|
||||
`eq` tests whether the two values are the same. It fails if the types do not match. Please keep this in mind, when comparing configuration entries that are numbers. Use `cmp` for less restrictive comparisons.
|
||||
`eq` tests whether the two values are the same and used to compare configuration entries that are numbers. It fails if the types do not match. Use `cmp` for less restrictive comparisons.
|
||||
|
||||
### cmp
|
||||
|
||||
|
|
Loading…
Reference in a new issue