test-case for issue-303 (works)
This commit is contained in:
parent
c6fefb80fb
commit
73c3368493
3
test/issue-303/CMakeLists.txt
Normal file
3
test/issue-303/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
add_test_simple_schema(Issue::303
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/schema.json
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/instance.json)
|
||||
1
test/issue-303/instance.json
Normal file
1
test/issue-303/instance.json
Normal file
@ -0,0 +1 @@
|
||||
1234567890123
|
||||
4
test/issue-303/schema.json
Normal file
4
test/issue-303/schema.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user