mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
785888a209
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
6 lines
No EOL
163 B
YAML
6 lines
No EOL
163 B
YAML
an_integer: 1
|
|
a_quoted_string: "Should not have quotes"
|
|
an_unquoted_string: Should not have quotes
|
|
lowercase_true: true
|
|
titlecase_true: True
|
|
titlecase_false: False |