From fd300592c719d8fa74272955764b426107edebf0 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Wed, 28 Dec 2016 13:50:55 +0100 Subject: [PATCH] README: update compliance-section --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 144e998..3ff0924 100644 --- a/README.md +++ b/README.md @@ -121,13 +121,14 @@ 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 **15** of **305** tests are failing: +Currently **14** of **305** tests are failing: -- 10 of them are `format`-strings which are not supported. -- and 5 bugs +- 10 of them are `format`-strings which are not supported. *(optional)* +- and 4 bugs - unicode string length (2x) - - number vs integer confusion (2) - - big numbers are not working (1) + - big numbers are not working (2) *(optional)* + +In other word **2** tests required tests are failing # Additional features