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