changeset 19212:e360368bd49c

fact.m: Mark documentation m-file as tested for BIST purposes. * fact.m: Mark documentation m-file as tested for BIST purposes.
author Rik <rik@octave.org>
date Sat, 27 Sep 2014 22:12:46 -0700
parents 0aa59fd7e6f1
children 751d4a76c221
files scripts/miscellaneous/fact.m
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/fact.m	Sat Sep 27 22:09:16 2014 -0700
+++ b/scripts/miscellaneous/fact.m	Sat Sep 27 22:12:46 2014 -0700
@@ -19,7 +19,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn  {Command} {} fact
-## @deftypefnx {Function File} {T =} fact()
+## @deftypefnx {Function File} {T =} fact ()
 ## Display an amazing and random fact about the world's greatest hacker.
 ## @end deftypefn
 
@@ -285,3 +285,7 @@
   out = [out, "\n"];
 endfunction
 
+
+## Mark file as being tested.  No real test needed for a documentation .m file
+%!assert (1)
+