# HG changeset patch # User Rik # Date 1319756243 25200 # Node ID 85d63b6e49cfa033e1e7cbddc910a0a65f1df58e # Parent 649210ed43b40599689c69b38c2df2f42a5da1f1 help.m: Add functional tests * help.m: Add functional tests diff --git a/scripts/help/help.m b/scripts/help/help.m --- a/scripts/help/help.m +++ b/scripts/help/help.m @@ -179,3 +179,7 @@ endif endfunction + + +%!assert (! isempty (findstr (help ("ls"), "List directory contents"))) +%!error help (42)