Home
last modified time | relevance | path

Searched hist:ce40cbf11d215dc3f820bf32937f7e44aab4a1e3 (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-keyval.cce40cbf11d215dc3f820bf32937f7e44aab4a1e3 Sun Oct 11 07:35:00 UTC 2020 Markus Armbruster <armbru@redhat.com> test-keyval: Demonstrate misparse of ',' with implied key

Add a test for "val,,ue" with implied key. Documentation says this
should parse as implied key with value "val", then fail. The code
parses it as implied key with value "val,ue", then succeeds. The next
commit will fix it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201011073505.1185335-3-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>