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-04-react.out | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libtests/qtest/json_parse/good-04-react.out') diff --git a/libtests/qtest/json_parse/good-04-react.out b/libtests/qtest/json_parse/good-04-react.out index ded004b2..8d931535 100644 --- a/libtests/qtest/json_parse/good-04-react.out +++ b/libtests/qtest/json_parse/good-04-react.out @@ -1,15 +1,15 @@ array start -array item: [1, 0): [] +array item: [1, 2): [] array start -array item: [2, 0): [] +array item: [2, 3): [] array start -array item: [3, 0): {} +array item: [3, 4): {} dictionary start container end: [3, 5): {} container end: [2, 6): [] -array item: [8, 0): {} +array item: [8, 9): {} dictionary start -dictionary item: -> [13, 0): {} +dictionary item: -> [13, 14): {} dictionary start container end: [13, 15): {} container end: [8, 16): {} -- cgit v1.2.3-54-g00ecf