[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8
From: |
Arun Giridhar |
Subject: |
[Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8 |
Date: |
Wed, 16 Nov 2022 09:17:00 -0500 (EST) |
Follow-up Comment #41, bug #62648 (project octave):
Found the same test failure in __unimplemented__ here:
https://github.com/gnu-octave/octave/actions/runs/3475926948/jobs/5811838136#step:11:406
so it's not OS-specific, which is good.
Updated diff:
diff -r 0924234dd747 scripts/help/__unimplemented__.m
--- a/scripts/help/__unimplemented__.m Tue Nov 15 18:37:58 2022 -0800
+++ b/scripts/help/__unimplemented__.m Wed Nov 16 09:16:15 2022 -0500
@@ -1340,8 +1340,8 @@ endfunction
%!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"));
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62648>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, (continued)
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Markus Mützel, 2022/11/15
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Markus Mützel, 2022/11/15
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Rik, 2022/11/15
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Markus Mützel, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Arun Giridhar, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Markus Mützel, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Arun Giridhar, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Markus Mützel, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Arun Giridhar, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Markus Mützel, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8,
Arun Giridhar <=
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Arun Giridhar, 2022/11/16
- [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8, Arun Giridhar, 2022/11/18