summaryrefslogtreecommitdiffstats
path: root/tools/bootconfig/samples/bad-array-space-comment.bconf
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2020-01-11 01:04:07 +0900
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2020-01-13 13:19:39 -0500
commit081c65360bd817672d0753fdf68ab34802d7a81d (patch)
tree66374807d12984fa95827d7cd79ceb3fecb66964 /tools/bootconfig/samples/bad-array-space-comment.bconf
parent950313ebf79c65702f4c15d29328147766d1f1fd (diff)
downloadlinux-081c65360bd817672d0753fdf68ab34802d7a81d.tar.bz2
tools: bootconfig: Add bootconfig test script
Add a bootconfig test script to ensure the tool and boot config parser are working correctly. Link: http://lkml.kernel.org/r/157867224728.17873.18114241801246589416.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/bootconfig/samples/bad-array-space-comment.bconf')
-rw-r--r--tools/bootconfig/samples/bad-array-space-comment.bconf5
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 000000000000..fda19e47d0db
--- /dev/null
+++ b/tools/bootconfig/samples/bad-array-space-comment.bconf
@@ -0,0 +1,5 @@
+key = # comment
+ "value1", # comment1
+ "value2" # comment2
+,
+ "value3"