doc/commands: generate CmdEntityLink command to HTML
[nit.git] / src / doc / commands / tests / test_commands_html.nit
index f88e425..fefb1c7 100644 (file)
@@ -40,6 +40,12 @@ class TestCommandsHtml
                print_html cmd.to_html
        end
 
+       fun test_cmd_link is test do
+               var cmd = new CmdEntityLink(test_view, mentity_name = "test_prog::Character")
+               cmd.init_command
+               print_html cmd.to_html
+       end
+
        # CmdInheritance
 
        fun test_cmd_parents is test do