diff options
Diffstat (limited to '')
-rw-r--r-- | tools/bootconfig/samples/good-mixed-kv3.bconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/good-mixed-kv3.bconf b/tools/bootconfig/samples/good-mixed-kv3.bconf new file mode 100644 index 000000000..2ce2b0222 --- /dev/null +++ b/tools/bootconfig/samples/good-mixed-kv3.bconf @@ -0,0 +1,6 @@ +# mixed key and subkeys with braces +key = value +key { + subkey1 + subkey2 = foo +} |