mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
081c65360b
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>
13 lines
135 B
Plaintext
13 lines
135 B
Plaintext
key {
|
|
word {
|
|
tree {
|
|
value = "0"}
|
|
}
|
|
word2 {
|
|
tree {
|
|
value = 1,2 }
|
|
}
|
|
}
|
|
other.tree {
|
|
value = 2; value2 = 3;}
|