src/doc/commands/templates: move `commands_json` to `json_commands`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_mains.res
diff --git a/src/doc/templates/tests/test_json_commands.sav/test_cmd_mains.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_mains.res
new file mode 100644 (file)
index 0000000..529d91b
--- /dev/null
@@ -0,0 +1,18 @@
+{
+       "results": [{
+               "name": "test_prog",
+               "synopsis": "A test program with a fake model to check model tools.",
+               "namespace": [{
+                       "name": "test_prog",
+                       "synopsis": "Test program for model tools."
+               }, "::", {
+                       "name": "test_prog",
+                       "synopsis": "A test program with a fake model to check model tools."
+               }],
+               "class_name": "MModule",
+               "full_name": "test_prog::test_prog",
+               "visibility": "public",
+               "html_synopsis": "<span class=\"synopsys nitdoc\">A test program with a fake model to check model tools.</span>",
+               "modifiers": ["module"]
+       }]
+}