From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../rust/basic-toml/tests/valid/table-array-many.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 third_party/rust/basic-toml/tests/valid/table-array-many.json (limited to 'third_party/rust/basic-toml/tests/valid/table-array-many.json') diff --git a/third_party/rust/basic-toml/tests/valid/table-array-many.json b/third_party/rust/basic-toml/tests/valid/table-array-many.json new file mode 100644 index 0000000000..84df2dabb0 --- /dev/null +++ b/third_party/rust/basic-toml/tests/valid/table-array-many.json @@ -0,0 +1,16 @@ +{ + "people": [ + { + "first_name": {"type": "string", "value": "Bruce"}, + "last_name": {"type": "string", "value": "Springsteen"} + }, + { + "first_name": {"type": "string", "value": "Eric"}, + "last_name": {"type": "string", "value": "Clapton"} + }, + { + "first_name": {"type": "string", "value": "Bob"}, + "last_name": {"type": "string", "value": "Seger"} + } + ] +} -- cgit v1.2.3