From 4c985628d1650645c5351a1e271facb62e0a9423 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Wed, 28 Dec 2016 13:28:47 +0100 Subject: [PATCH] README: more and more compliant --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b064f3..144e998 100644 --- a/README.md +++ b/README.md @@ -121,12 +121,11 @@ There is an application which can be used for testing the validator with the If you have cloned this repository providing a path the repository-root via the cmake-variable `JSON_SCHEMA_TEST_SUITE_PATH` will enable the test-target(s). -Currently **28** of **304** tests are failing: +Currently **15** of **305** tests are failing: -- 22 of them are `format`-strings which are not supported. -- and 6 bugs +- 10 of them are `format`-strings which are not supported. +- and 5 bugs - unicode string length (2x) - - multipleOf with fractional numbers (how the heck does fmod work?) (1) - number vs integer confusion (2) - big numbers are not working (1)