mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
29e1c1ad3f
Update test case to support mixed value and subkey on a key. Link: https://lkml.kernel.org/r/162262195568.264090.12431204030021242896.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
# mixed key and subkeys with braces
|
|
key = value
|
|
key {
|
|
subkey1
|
|
subkey2 = foo
|
|
}
|