changeset 28914:49d3a6322a9b

Actual fix left out of cset c11bebb62369. * strfns.cc (Fnewline): Add semicolon to end of newline() BIST test.
author Rik <rik@octave.org>
date Tue, 13 Oct 2020 19:02:32 -0700
parents c11bebb62369
children c40a367a84c0
files libinterp/corefcn/strfns.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/strfns.cc	Tue Oct 13 18:20:54 2020 -0700
+++ b/libinterp/corefcn/strfns.cc	Tue Oct 13 19:02:32 2020 -0700
@@ -1114,7 +1114,7 @@
 %!error newline (1)
 ## FIXME: The next error() test requires a semicolon at EOL until
 ##        bug #59265 is resolved.
-%!error [a, b] = newline ()
+%!error [a, b] = newline ();
 */
 
 DEFUN (list_in_columns, args, ,