From 8d2a0eda5a76a341ae6b597f58e874d9e3bd571c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 1 May 2022 14:06:31 -0400 Subject: Add reactors to the JSON parser --- libtests/qtest/json_parse/good-08-react.out | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libtests/qtest/json_parse/good-08-react.out (limited to 'libtests/qtest/json_parse/good-08-react.out') diff --git a/libtests/qtest/json_parse/good-08-react.out b/libtests/qtest/json_parse/good-08-react.out new file mode 100644 index 00000000..c773d585 --- /dev/null +++ b/libtests/qtest/json_parse/good-08-react.out @@ -0,0 +1,11 @@ +array start +array item: [1, 2): 1 +array item: [4, 6): -2 +array item: [8, 11): 3.4 +array item: [13, 17): -5.6 +array item: [19, 23): -9e1 +array item: [25, 29): 10e2 +array item: [31, 37): 12.3e5 +array item: [39, 46): 12.6e-7 +container end: [0, 47): [] +[] -- cgit v1.2.3-54-g00ecf