diff options
Diffstat (limited to 'tools/bootconfig/samples/bad-array-after-comment.bconf')
| -rw-r--r-- | tools/bootconfig/samples/bad-array-after-comment.bconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/bad-array-after-comment.bconf b/tools/bootconfig/samples/bad-array-after-comment.bconf new file mode 100644 index 000000000000..fdb6d4e04447 --- /dev/null +++ b/tools/bootconfig/samples/bad-array-after-comment.bconf @@ -0,0 +1,4 @@ +# the first array value must be on the same line as the key +key = # comment + value1, + value2 |
