comparison scripts/help/print_usage.m @ 12830:208f0a181be6

codesprint: Stop reporting print_usage() as missing tests. * print_usage.m: Add %!assert(1) to stop reporting on file. No real tests possible.
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 14:16:52 -0700
parents c792872f8942
children 72c96de7a403
comparison
equal deleted inserted replaced
12829:ab529124f516 12830:208f0a181be6
134 134
135 ## Extract first line with plain text method. 135 ## Extract first line with plain text method.
136 retval = get_usage_plain_text (help_text, max_len); 136 retval = get_usage_plain_text (help_text, max_len);
137 endfunction 137 endfunction
138 138
139
140 ## Stop reporting function as missing tests. No good tests possible.
141 %!assert (1)
142