Marc-André Lureau writes:
> An unterminated string will make parser emit an error (tokens ==
> NULL). Let's report it.
>
> Signed-off-by: Marc-André Lureau
> ---
> qobject/qjson.c | 3 +++
> tests/check-qjson.c | 6 +++---
> 2 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/
An unterminated string will make parser emit an error (tokens ==
NULL). Let's report it.
Signed-off-by: Marc-André Lureau
---
qobject/qjson.c | 3 +++
tests/check-qjson.c | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/qobject/qjson.c b/qobject/qjson.c
index 8a9d11