test-case for issue-303 (works)

This commit is contained in:
Patrick Boettcher 2023-11-20 13:43:47 +01:00
parent c6fefb80fb
commit 73c3368493
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
add_test_simple_schema(Issue::303
${CMAKE_CURRENT_SOURCE_DIR}/schema.json
${CMAKE_CURRENT_SOURCE_DIR}/instance.json)

View File

@ -0,0 +1 @@
1234567890123

View File

@ -0,0 +1,4 @@
{
"type": "integer",
"minimum": 0
}