diff test/octave.test/switch/switch-1.m @ 2968:e330cb788508

[project @ 1997-05-15 17:40:29 by jwe]
author jwe
date Thu, 15 May 1997 17:54:17 +0000
parents 31f6943ed944
children
line wrap: on
line diff
--- a/test/octave.test/switch/switch-1.m	Thu May 15 16:47:12 1997 +0000
+++ b/test/octave.test/switch/switch-1.m	Thu May 15 17:54:17 1997 +0000
@@ -7,4 +7,4 @@
 switch 2 case 1 z = a; case 2 z = b; otherwise z = c; endswitch
 switch 3 case 1 p = a; case 2 p = b; otherwise p = c; endswitch
 
-x == c && y = a && z = b && p == c
+x == c && y == a && z == b && p == c