From 9cfc1cc9d0179d98abd184385127b0759174599d Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Tue, 9 Dec 2025 16:56:19 +0100 Subject: [PATCH] fix: increment the version numbers in the test-suite to match the library version --- test-suite/compile.test.json | 4 ++-- test-suite/compile.test.schema.json | 6 +++--- test-suite/parse.test.json | 4 ++-- test-suite/parse.test.schema.json | 6 +++--- test-suite/stringify.test.json | 4 ++-- test-suite/stringify.test.schema.json | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/test-suite/compile.test.json b/test-suite/compile.test.json index 650dabe..242d3e4 100644 --- a/test-suite/compile.test.json +++ b/test-suite/compile.test.json @@ -1,6 +1,6 @@ { - "source": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.3/test-suite/compile.test.json", - "version": "5.0.3", + "source": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/compile.test.json", + "version": "5.1.1", "groups": [ { "category": "value", diff --git a/test-suite/compile.test.schema.json b/test-suite/compile.test.schema.json index c417fd4..885064f 100644 --- a/test-suite/compile.test.schema.json +++ b/test-suite/compile.test.schema.json @@ -1,13 +1,13 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.3/test-suite/compile.test.schema.json", + "$id": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/compile.test.schema.json", "type": "object", "properties": { "source": { - "const": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.3/test-suite/compile.test.json" + "const": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/compile.test.json" }, "version": { - "const": "5.0.3" + "const": "5.1.1" }, "groups": { "type": "array", diff --git a/test-suite/parse.test.json b/test-suite/parse.test.json index 09d643d..e11288d 100644 --- a/test-suite/parse.test.json +++ b/test-suite/parse.test.json @@ -1,6 +1,6 @@ { - "source": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.0/test-suite/parse.test.json", - "version": "5.0.0", + "source": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/parse.test.json", + "version": "5.1.1", "groups": [ { "category": "property", diff --git a/test-suite/parse.test.schema.json b/test-suite/parse.test.schema.json index 5ed058f..2f6aba1 100644 --- a/test-suite/parse.test.schema.json +++ b/test-suite/parse.test.schema.json @@ -1,13 +1,13 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.0/test-suite/parse.test.schema.json", + "$id": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/parse.test.schema.json", "type": "object", "properties": { "source": { - "const": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.0/test-suite/parse.test.json" + "const": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/parse.test.json" }, "version": { - "const": "5.0.0" + "const": "5.1.1" }, "groups": { "type": "array", diff --git a/test-suite/stringify.test.json b/test-suite/stringify.test.json index d829d21..a0a6ced 100644 --- a/test-suite/stringify.test.json +++ b/test-suite/stringify.test.json @@ -1,6 +1,6 @@ { - "source": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.0/test-suite/stringify.test.json", - "version": "5.0.0", + "source": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/stringify.test.json", + "version": "5.1.1", "groups": [ { "category": "property", diff --git a/test-suite/stringify.test.schema.json b/test-suite/stringify.test.schema.json index 926ba5b..e054539 100644 --- a/test-suite/stringify.test.schema.json +++ b/test-suite/stringify.test.schema.json @@ -1,13 +1,13 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.0/test-suite/stringify.test.schema.json", + "$id": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/stringify.test.schema.json", "type": "object", "properties": { "source": { - "const": "https://github.com/jsonquerylang/jsonquery/blob/v5.0.0/test-suite/stringify.test.json" + "const": "https://github.com/jsonquerylang/jsonquery/blob/v5.1.1/test-suite/stringify.test.json" }, "version": { - "const": "5.0.0" + "const": "5.1.1" }, "groups": { "type": "array",