mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
6 lines
163 B
YAML
6 lines
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
|