From 8beea526a454425e5faa450a365a661a8549b1ef Mon Sep 17 00:00:00 2001 From: Jan Range Date: Fri, 27 Dec 2024 00:09:27 +0100 Subject: [PATCH] fix expected --- tests/data/expected_internal_full_schema.json | 26 +++++++++++++++++-- tests/data/expected_internal_schema.json | 26 +++++++++++++++++-- 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/tests/data/expected_internal_full_schema.json b/tests/data/expected_internal_full_schema.json index 48c9d2a..2edb32b 100644 --- a/tests/data/expected_internal_full_schema.json +++ b/tests/data/expected_internal_full_schema.json @@ -117,7 +117,18 @@ } } ], - "docstring": "The schema defines the primary structure for the test entity. It contains multiple properties that capture various attributes of a test, including its name, numerical identifier, a nested array of test2 objects, and an ontology reference." + "docstring": "The schema defines the primary structure for the test entity. It contains multiple properties that capture various attributes of a test, including its name, numerical identifier, a nested array of test2 objects, and an ontology reference.", + "position": { + "line": 29, + "column": { + "start": 1, + "end": 9 + }, + "offset": { + "start": 731, + "end": 740 + } + } }, { "name": "Test2", @@ -184,7 +195,18 @@ } } ], - "docstring": "The schema represents a secondary structure used within the primary schema. It is designed to hold an array of strings for names, a numerical value with a specified minimum, and other nested properties." + "docstring": "The schema represents a secondary structure used within the primary schema. It is designed to hold an array of strings for names, a numerical value with a specified minimum, and other nested properties.", + "position": { + "line": 57, + "column": { + "start": 1, + "end": 10 + }, + "offset": { + "start": 1370, + "end": 1380 + } + } } ], "enums": [ diff --git a/tests/data/expected_internal_schema.json b/tests/data/expected_internal_schema.json index 7f6ec5c..12094fa 100644 --- a/tests/data/expected_internal_schema.json +++ b/tests/data/expected_internal_schema.json @@ -117,7 +117,18 @@ } } ], - "docstring": "" + "docstring": "", + "position": { + "line": 11, + "column": { + "start": 1, + "end": 9 + }, + "offset": { + "start": 156, + "end": 165 + } + } }, { "name": "Test2", @@ -184,7 +195,18 @@ } } ], - "docstring": "" + "docstring": "", + "position": { + "line": 30, + "column": { + "start": 1, + "end": 10 + }, + "offset": { + "start": 458, + "end": 468 + } + } } ], "enums": [