changeset 2723:b494ce9df34a

[project @ 1997-02-22 21:04:08 by jwe] arith/arith.exp
author jwe
date Sat, 22 Feb 1997 21:04:10 +0000
parents edf07fea9fa4
children e03bf13a6aca
files test/octave.test/arith/arith.exp test/octave.test/audio/audio.exp test/octave.test/control/control.exp test/octave.test/diffeq/diffeq.exp test/octave.test/error/error.exp test/octave.test/image/image.exp test/octave.test/io/io.exp test/octave.test/linalg/linalg.exp test/octave.test/matrix/matrix.exp test/octave.test/number/number.exp test/octave.test/optim/optim.exp test/octave.test/plot/plot.exp test/octave.test/quad/quad.exp test/octave.test/signal/signal.exp test/octave.test/stats/stats.exp test/octave.test/string/str-esc-1.m test/octave.test/struct/struct.exp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/octave.test/string/str-esc-1.m	Sat Feb 22 21:04:10 1997 +0000
@@ -0,0 +1,4 @@
+x = 7;
+if (strcmp ("\a", setstr (x)))
+  printf ("ok\n");
+endif