aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bootconfig/samples/good-mixed-kv3.bconf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootconfig/samples/good-mixed-kv3.bconf')
-rw-r--r--tools/bootconfig/samples/good-mixed-kv3.bconf6
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 000000000000..2ce2b02224b8
--- /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
+}