add non-regression test for #48
This commit is contained in:
parent
4b6330a0a8
commit
e8a9f66b1d
3
test/issue-48/CMakeLists.txt
Normal file
3
test/issue-48/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
add_test_simple_schema(Issue::48
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/schema.json
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/instance.json)
|
||||||
1
test/issue-48/instance.json
Normal file
1
test/issue-48/instance.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.2
|
||||||
3
test/issue-48/schema.json
Normal file
3
test/issue-48/schema.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"multipleOf": 0.1
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user