diff --git a/README.md b/README.md index 138ddcb..625c5c6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ We have an older version available on the Wiki. - https://wiki.openfoodfacts.org/Documentation +# Tests +- Note: This documentation is actually able to run API tests, that will fail if not properly specified or if the API has changed, and the documentation has not. Currently, around 20 tests are failing. + # Roadmap We need documentation maintainers diff --git a/index.html b/index.html index 6e9084c..d3f7060 100644 --- a/index.html +++ b/index.html @@ -410433,4 +410433,4 @@ function IsJsonString(str){try{JSON.parse(str);}catch(e){return false;} return true;} String.prototype.replaceAll=function(replaceThis,withThis){var re=new RegExp(RegExp.quote(replaceThis),"g");return this.replace(re,withThis);};RegExp.quote=function(str){return str.replace(/([.?*+^$[\]\\(){}-])/g,"\\$1");};function syntaxHighlight(json){json=json.replace(/&/g,'&').replace(//g,'>');return json.replace(/("(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\"])*"(\s*:)?|\b(true|false|null)\b|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)/g,function(match){var cls='number';if(/^"/.test(match)){if(/:$/.test(match)){cls='key';}else{cls='string';}}else if(/true|false/.test(match)){cls='boolean';}else if(/null/.test(match)){cls='null';} -return ''+match+'';});}

\ No newline at end of file +return ''+match+'';});}

\ No newline at end of file