Re: [PATCH] qtest: Update references to parse_escape() in comments

2020-11-09 Thread Thomas Huth
On 09/11/2020 17.26, Peter Maydell wrote: > In commit 61030280ca2d67bd in 2018 we renamed the parse_escape() > function to parse_interpolation(), but we didn't catch the references > to this function in doc comments in libqtest.h. Update them. > > Signed-off-by: Peter Maydell > --- > Side note: i

[PATCH] qtest: Update references to parse_escape() in comments

2020-11-09 Thread Peter Maydell
In commit 61030280ca2d67bd in 2018 we renamed the parse_escape() function to parse_interpolation(), but we didn't catch the references to this function in doc comments in libqtest.h. Update them. Signed-off-by: Peter Maydell --- Side note: ideally we would document somewhere the accepted %-escape