From 0de032bcdd49d50df6a3e4a2e6325e5144c4619e Mon Sep 17 00:00:00 2001 From: m-holger Date: Fri, 27 Jan 2023 11:12:30 +0000 Subject: In JSONParser::handleToken simplify setting of start and end --- libtests/qtest/json_parse/good-01-react.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtests/qtest/json_parse/good-01-react.out') diff --git a/libtests/qtest/json_parse/good-01-react.out b/libtests/qtest/json_parse/good-01-react.out index e3813bcc..3951272d 100644 --- a/libtests/qtest/json_parse/good-01-react.out +++ b/libtests/qtest/json_parse/good-01-react.out @@ -1,13 +1,13 @@ dictionary start dictionary item: a -> [6, 11): "bcd" -dictionary item: e -> [18, 0): [] +dictionary item: e -> [18, 19): [] array start array item: [19, 20): 1 array item: [41, 42): 2 array item: [44, 45): 3 array item: [46, 47): 4 array item: [48, 54): "five" -array item: [56, 0): {} +array item: [56, 57): {} dictionary start dictionary item: six -> [64, 65): 7 dictionary item: 8 -> [72, 73): 9 -- cgit v1.2.3-54-g00ecf