0b3bf71fa3
Update test case to support mixed value and subkey on a key. Picking this up FROMLIST to get the fix ASAP. It is likely to be accepted upstream. Signed-off-by: Devin Moore <devinmoore@google.com> Link: https://lore.kernel.org/lkml/162262192121.264090.6540508908529705156.stgit@devnote2/ Bug: 183237066 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Change-Id: I42bb63afb9d7c3e3cd3e3c3a87d41db59bf27043
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
# mixed key and subkeys with braces
|
|
key = value
|
|
key {
|
|
subkey1
|
|
subkey2 = foo
|
|
}
|