# HG changeset patch # User Rik # Date 1411881166 25200 # Node ID e360368bd49cac3e44e28cee2844b9ecc0664fa4 # Parent 0aa59fd7e6f191fca95b2c8ee7531664a3beb90a fact.m: Mark documentation m-file as tested for BIST purposes. * fact.m: Mark documentation m-file as tested for BIST purposes. diff -r 0aa59fd7e6f1 -r e360368bd49c scripts/miscellaneous/fact.m --- 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) +