diff options
Diffstat (limited to 'tools/bootconfig/samples/good-array-space-comment.bconf')
-rw-r--r-- | tools/bootconfig/samples/good-array-space-comment.bconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/good-array-space-comment.bconf b/tools/bootconfig/samples/good-array-space-comment.bconf new file mode 100644 index 000000000..45b938dc0 --- /dev/null +++ b/tools/bootconfig/samples/good-array-space-comment.bconf @@ -0,0 +1,4 @@ +key = # comment + "value1", # comment1 + "value2" , # comment2 + "value3" |