Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: tools/json_schema_compiler/test/arrays.json

Issue 9456007: Add wider support to json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: reupload Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/json_schema_compiler/test/arrays.json
diff --git a/tools/json_schema_compiler/test/array.json b/tools/json_schema_compiler/test/arrays.json
similarity index 96%
rename from tools/json_schema_compiler/test/array.json
rename to tools/json_schema_compiler/test/arrays.json
index 64dbdd44ff95d9ce39d0c95e20ffa02af78da646..26e5825bc820484af722e2c651bd1ce7944f8fa3 100644
--- a/tools/json_schema_compiler/test/array.json
+++ b/tools/json_schema_compiler/test/arrays.json
@@ -1,6 +1,6 @@
[
{
- "namespace": "array",
+ "namespace": "arrays",
"types": [
{
"id": "BasicArrayType",
@@ -48,7 +48,7 @@
{
"name": "integerArray",
"type": "function",
- "description": "Increments the given integer.",
+ "description": "Takes some integers.",
"parameters": [
{
"name": "nums",
« no previous file with comments | « tools/json_schema_compiler/test/array_unittest.cc ('k') | tools/json_schema_compiler/test/arrays_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698