diff --git a/autotests/html/test.octave.html b/autotests/html/test.octave.html --- a/autotests/html/test.octave.html +++ b/autotests/html/test.octave.html @@ -53,17 +53,17 @@ if (nargin == 1) if (isa (a, "polynomial2")) - p.poly = a.poly; + p.poly = a.poly; elseif (isreal (a) && isvector (a)) - p.poly = a(:).'; # force row vector + p.poly = a(:).'; # force row vector else error ("polynomial2: A must be a real vector"); endif endif endfunction function disp (p) - a = p.poly; + a = p.poly; first = true; for i = 1 : length (a); if (a(i) != 0) diff --git a/autotests/reference/test.octave.ref b/autotests/reference/test.octave.ref --- a/autotests/reference/test.octave.ref +++ b/autotests/reference/test.octave.ref @@ -47,17 +47,17 @@
if (nargin == 1)
if (isa (a, "polynomial2"))
- p.poly = a.poly;
+ p.poly = a.poly;
elseif (isreal (a) && isvector (a))
- p.poly = a(:).'; # force row vector
+ p.poly = a(:).'; # force row vector
else
error ("polynomial2: A must be a real vector");
endif
endif
endfunction

function disp (p)
- a = p.poly;
+ a = p.poly;
first = true;
for i = 1 : length (a);
if (a(i) != 0)
diff --git a/data/syntax/octave.xml b/data/syntax/octave.xml --- a/data/syntax/octave.xml +++ b/data/syntax/octave.xml @@ -21,7 +21,7 @@ --> - + @@ -2769,7 +2769,7 @@ - + @@ -2826,7 +2826,7 @@ - +