summaryrefslogtreecommitdiff
path: root/tools/bootconfig/samples/exp-good-mixed-kv3.bconf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootconfig/samples/exp-good-mixed-kv3.bconf')
-rw-r--r--tools/bootconfig/samples/exp-good-mixed-kv3.bconf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/exp-good-mixed-kv3.bconf b/tools/bootconfig/samples/exp-good-mixed-kv3.bconf
new file mode 100644
index 000000000000..8368a7bef60a
--- /dev/null
+++ b/tools/bootconfig/samples/exp-good-mixed-kv3.bconf
@@ -0,0 +1,5 @@
+key = "value";
+key {
+ subkey1;
+ subkey2 = "foo";
+}