# HG changeset patch # User John W. Eaton # Date 1310852869 14400 # Node ID 4dfc13ca35b94a0764dcca7737980a80af680d16 # Parent e9b4de878a9cf616f746ff22b7742913b3e11a56 codesprint: sprinting too fast * now.m: Fix one typo and one thinko in previous change. diff -r e9b4de878a9c -r 4dfc13ca35b9 scripts/time/now.m --- a/scripts/time/now.m Sat Jul 16 17:45:54 2011 -0400 +++ b/scripts/time/now.m Sat Jul 16 17:47:49 2011 -0400 @@ -56,6 +56,6 @@ endfunction %!error now (1); -%!assert (isnumeric (now ()); +%!assert (isnumeric (now ())); %!assert (now () > 0); -%!assert (now () >= now ()); +%!assert (now () <= now ());