# HG changeset patch # User Rik # Date 1377024143 25200 # Node ID 2946888dfa5637ad79e08c085426a86920400941 # Parent 5ff843d739fc0743e7f1bed42902bd828e246b1c z_test.m: Fix typo in string concatenation. * scripts/statistics/tests/z_test.m: Replace ')' with ']' to end matrix string concatenation. diff -r 5ff843d739fc -r 2946888dfa56 scripts/statistics/tests/z_test.m --- a/scripts/statistics/tests/z_test.m Tue Aug 20 11:31:58 2013 -0700 +++ b/scripts/statistics/tests/z_test.m Tue Aug 20 11:42:23 2013 -0700 @@ -80,7 +80,7 @@ if (nargout == 0) s = ["Z-test of mean(x) == %g against mean(x) %s %g,\n", ... "with known var(x) == %g:\n", ... - " pval = %g\n"); + " pval = %g\n"]; printf (s, m, alt, m, v, pval); endif