Mercurial > hg > octave-max
comparison src/symtab.cc @ 14429:eff4a5933e28
Update %!tests in src/ directory with Octave coding conventions.
* data.cc, defaults.cc, dirfns.cc, file-io.cc, graphics.cc, mappers.cc,
oct-map.cc, octave.cc, ov-base.cc, ov-bool-mat.cc, ov-cell.cc,
ov-fcn-handle.cc, ov-fcn-inline.cc, ov-flt-re-mat.cc, ov-int16.cc, ov-int32.cc,
ov-int64.cc, ov-int8.cc, ov-null-mat.cc, ov-oncleanup.cc, ov-range.cc,
ov-re-mat.cc, ov-struct.cc, ov-typeinfo.cc, ov-uint16.cc, ov-uint32.cc,
ov-uint64.cc, ov-uint8.cc, ov.cc, pr-output.cc, pt-binop.cc, pt-eval.cc,
pt-idx.cc, pt-mat.cc, sighandlers.cc, strfns.cc, symtab.cc, syscalls.cc,
sysdep.cc, toplev.cc, utils.cc, variables.cc: Update %!tests in src/ directory
with Octave coding conventions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 04 Mar 2012 12:21:10 -0800 |
parents | 72c96de7a403 |
children | be18c9e359bf |
comparison
equal
deleted
inserted
replaced
14428:099bd779466c | 14429:eff4a5933e28 |
---|---|
1529 %! state = ignore_function_time_stamp ("system"); | 1529 %! state = ignore_function_time_stamp ("system"); |
1530 %! assert (state, "all"); | 1530 %! assert (state, "all"); |
1531 %! assert (ignore_function_time_stamp (), "system"); | 1531 %! assert (ignore_function_time_stamp (), "system"); |
1532 %! ignore_function_time_stamp (old_state); | 1532 %! ignore_function_time_stamp (old_state); |
1533 | 1533 |
1534 %% Test input validation | 1534 ## Test input validation |
1535 %!error (ignore_function_time_stamp ("all", "all")) | 1535 %!error (ignore_function_time_stamp ("all", "all")) |
1536 %!error (ignore_function_time_stamp ("UNKNOWN_VALUE")) | 1536 %!error (ignore_function_time_stamp ("UNKNOWN_VALUE")) |
1537 %!error (ignore_function_time_stamp (42)) | 1537 %!error (ignore_function_time_stamp (42)) |
1538 | |
1539 */ | 1538 */ |
1540 | 1539 |
1541 DEFUN (__current_scope__, , , | 1540 DEFUN (__current_scope__, , , |
1542 "-*- texinfo -*-\n\ | 1541 "-*- texinfo -*-\n\ |
1543 @deftypefn {Built-in Function} {[@var{scope}, @var{context}]} __dump_symtab_info__ ()\n\ | 1542 @deftypefn {Built-in Function} {[@var{scope}, @var{context}]} __dump_symtab_info__ ()\n\ |