changeset 31454:380b51580588

maint: Merge stable to default.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 16 Nov 2022 10:05:07 -0500
parents e9ba541e89b3 (current diff) dccc52324b0b (diff)
children c3dd36a80a7d
files
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/contributors.in	Wed Nov 16 14:06:02 2022 +0100
+++ b/doc/interpreter/contributors.in	Wed Nov 16 10:05:07 2022 -0500
@@ -29,6 +29,7 @@
 Roman Belov
 Markus Bergholz
 Karl Berry
+Andreas Bertsatos
 Atri Bhattacharya
 Ethan Biery
 David Billinghurst
--- a/scripts/help/__unimplemented__.m	Wed Nov 16 14:06:02 2022 +0100
+++ b/scripts/help/__unimplemented__.m	Wed Nov 16 10:05:07 2022 -0500
@@ -1340,8 +1340,8 @@
 
 %!test
 %! str = __unimplemented__ ("matlabrc");
-%! assert (str(1:71), "matlabrc is not implemented.  Octave uses the file '.octaverc' instead.");
+%! assert (regexp (str, "matlabrc is not implemented\.  Octave uses the file .\.octaverc. instead\."));
 
 %!test
 %! str = __unimplemented__ ("MException");
-%! assert (str(1:58), "The 'MException' function is not yet implemented in Octave");
+%! assert (regexp (str, "The .MException. function is not yet implemented in Octave"));