mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
Check whether the parsed output of the good example configs are the same as expected. Link: https://lore.kernel.org/all/177025239529.14982.12913754615993262263.stgit@devnote2/ Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Tested-by: Steven Rostedt (Google) <rostedt@goodmis.org>
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
key {
|
|
word.tree.value = "0";
|
|
word2.tree.value = "1", "2";
|
|
}
|
|
other.tree {
|
|
value = "2";
|
|
value2 = "3";
|
|
}
|