add non-regression test for #48

This commit is contained in:
Patrick Boettcher 2019-01-24 18:27:19 +01:00
parent 4b6330a0a8
commit e8a9f66b1d
3 changed files with 7 additions and 0 deletions

View File

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

View File

@ -0,0 +1 @@
1.2

View File

@ -0,0 +1,3 @@
{
"multipleOf": 0.1
}