Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick Boettcher
73c3368493 test-case for issue-303 (works) 2023-11-20 13:43:47 +01:00
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
}