On 3/9/20 8:43 AM, Peter Maydell wrote: > doc-good.json tests some oddities of markup that we don't want to > accept. Make them match the more restrictive rST syntax: > > * in a single list the bullet types must all match > * lists must have leading and following blank lines > * indentation is important > * the '|' example syntax is going to go away entirely, so stop > testing it > > This will avoid the tests spuriously breaking when we tighten up the > parser code in the following commits. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > New patch in v2 > --- > tests/qapi-schema/doc-good.json | 25 +++++++++++++------------ > tests/qapi-schema/doc-good.out | 12 ++++++------ > tests/qapi-schema/doc-good.texi | 12 +++--------- > 3 files changed, 22 insertions(+), 27 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~