Mercurial > hg > octave-lyh
diff scripts/ui/msgbox.m @ 17345:a31b54b5f84a
Use only 1 space between '%!' and start of test/demo code.
* libinterp/corefcn/besselj.cc, scripts/miscellaneous/private/__xzip__.m,
scripts/statistics/tests/kolmogorov_smirnov_test.m, scripts/ui/msgbox.m,
test/global.tst, test/jit.tst: Use only 1 space between '%!' and start of
test/demo code.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 28 Aug 2013 08:29:38 -0700 |
parents | bc924baa2c4e |
children |
line wrap: on
line diff
--- a/scripts/ui/msgbox.m +++ b/scripts/ui/msgbox.m @@ -45,10 +45,12 @@ endfunction -%!demo -%! disp('- test msgbox message only.'); -%! msgbox("Below, you should see 3 lines:\nline #1\nline #2, and\nline #3."); %!demo -%! disp('- test msgbox message and caption.'); -%! msgbox('You should see a single line.','A msgbox'); +%! disp('- test msgbox message only.'); +%! msgbox("Below, you should see 3 lines:\nline #1\nline #2, and\nline #3."); + +%!demo +%! disp('- test msgbox message and caption.'); +%! msgbox('You should see a single line.','A msgbox'); +