diff options
Diffstat (limited to 'tools/bootconfig/samples/bad-tree.bconf')
-rw-r--r-- | tools/bootconfig/samples/bad-tree.bconf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/bad-tree.bconf b/tools/bootconfig/samples/bad-tree.bconf new file mode 100644 index 000000000..5a6038edc --- /dev/null +++ b/tools/bootconfig/samples/bad-tree.bconf @@ -0,0 +1,5 @@ +# brace is not closing +tree { + node { + value = 1 +} |