comparison doc/interpreter/testfun.txi @ 21604:d7a268e68e69

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 10:53:18 -0400
parents 6fab85c1538f
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21603:37cbdf7bffa9 21604:d7a268e68e69
384 @noindent 384 @noindent
385 but 385 but
386 386
387 @example 387 @example
388 @group 388 @group
389 ## test block with normal Octave code 389 ## test block with normal Octave code
390 %!test 390 %!test
391 %! assert (sin (0), 0); 391 %! assert (sin (0), 0);
392 @end group 392 @end group
393 @end example 393 @end example
394 394