aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bootconfig/samples/good-tree.bconf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootconfig/samples/good-tree.bconf')
-rw-r--r--tools/bootconfig/samples/good-tree.bconf12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/good-tree.bconf b/tools/bootconfig/samples/good-tree.bconf
new file mode 100644
index 000000000000..f2ddefc8b52a
--- /dev/null
+++ b/tools/bootconfig/samples/good-tree.bconf
@@ -0,0 +1,12 @@
+key {
+ word {
+ tree {
+ value = "0"}
+ }
+ word2 {
+ tree {
+ value = 1,2 }
+ }
+}
+other.tree {
+ value = 2; value2 = 3;}