src/doc/commands/templates: rename `templates_json` in `json_model`
[nit.git] / src / doc / templates / tests / test_json_model.sav / test_packages_to_full_json.res
diff --git a/src/doc/templates/tests/test_json_model.sav/test_packages_to_full_json.res b/src/doc/templates/tests/test_json_model.sav/test_packages_to_full_json.res
new file mode 100644 (file)
index 0000000..8715a80
--- /dev/null
@@ -0,0 +1,25 @@
+{
+       "name": "test_prog",
+       "synopsis": "Test program for model tools.",
+       "namespace": [{
+               "name": "test_prog",
+               "synopsis": "Test program for model tools."
+       }],
+       "class_name": "MPackage",
+       "full_name": "test_prog",
+       "visibility": "public",
+       "html_synopsis": "<span class=\"synopsys nitdoc\">Test program for model tools.</span>",
+       "modifiers": ["package"],
+       "license": "Apache-2.0",
+       "tags": ["test", "game"]
+}
+{
+       "name": "excluded",
+       "namespace": [{
+               "name": "excluded"
+       }],
+       "class_name": "MPackage",
+       "full_name": "excluded",
+       "visibility": "public",
+       "modifiers": ["package"]
+}