diff scripts/set/powerset.m @ 12855:8f5bd903ba68

codesprint: Correct typos in previous check-ins to get tests running. * powerset.m: Remove extra parenthesis * defaults.cc, octave.cc: Add missing parenthesis
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 18:00:15 -0700
parents 0232a5300adf
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/set/powerset.m	Sat Jul 16 18:12:37 2011 -0500
+++ b/scripts/set/powerset.m	Sat Jul 16 18:00:15 2011 -0700
@@ -80,4 +80,4 @@
 %!test
 %! c = sort (cellstr ({ [], [1], [2], [3], [1, 2], [1, 3], [2, 3], [1, 2, 3]}));
 %! p = sort (cellstr (powerset ([1, 2, 3])));
-%! assert (p, c));
\ No newline at end of file
+%! assert (p, c);