diff test/octave.test/contin/contin-2.m @ 2332:98d0771f7484

[project @ 1996-07-19 02:14:19 by jwe] Initial revision
author jwe
date Fri, 19 Jul 1996 02:15:59 +0000
parents
children 87c2e107f811
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/octave.test/contin/contin-2.m	Fri Jul 19 02:15:59 1996 +0000
@@ -0,0 +1,7 @@
+whitespace_in_literal_matrix = "traditional";
+x = [1,2];
+a = 1;
+b = 2;
+y = [a... # comments here ok
+b];
+all (y == x)