mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
7 lines
73 B
TOML
7 lines
73 B
TOML
|
key = "value"
|
||
|
arr = [1, 2, 3]
|
||
|
|
||
|
[mytable]
|
||
|
key1 = "value1"
|
||
|
key2 = "value2"
|