inspec/test/fixtures/profiles/inputs/basic/files/nested.yaml
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

32 lines
No EOL
458 B
YAML

one_level_array:
- thing1
- thing2
two_level_array:
-
- row1col1
- row1col2
-
- row2col1
- row2col2
one_level_hash:
key1: value1
key2: value2
two_level_hash:
key1:
key11: value11
key12: value12
key2:
key21: value21
key22: value22
hash_of_arrays:
key1:
- thing11
- thing12
key2:
- thing21
- thing22
array_of_hashes:
- key11: value11
key12: value12
- key21: value21
key22: value22