diff test/octave.test/string/str-esc-9.m @ 2722:edf07fea9fa4

[project @ 1997-02-22 21:02:04 by jwe] str-esc-1.m
author jwe
date Sat, 22 Feb 1997 21:02:05 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/octave.test/string/str-esc-9.m	Sat Feb 22 21:02:05 1997 +0000
@@ -0,0 +1,4 @@
+x = 39;
+if (strcmp ("\'", setstr (x)))
+  printf ("ok\n");
+endif