changeset 32746:64f94470dea0 stable

__unimplemented__.m: Update BIST test to pass on multiple platforms (bug #46337). * __unimplemented__.m: Use '.' to match the quote character in the expected string of BIST test since the actual glyph can vary between systems.
author Rik <rik@octave.org>
date Sun, 14 Jan 2024 15:02:28 -0800
parents c5fcd055625c
children 02b1f23e761e e5c8be39987d
files scripts/help/__unimplemented__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m	Sun Jan 14 07:04:17 2024 -0800
+++ b/scripts/help/__unimplemented__.m	Sun Jan 14 15:02:28 2024 -0800
@@ -1358,7 +1358,7 @@
 
 %!test
 %! str = __unimplemented__ ("matlabrc");
-%! assert (regexp (str, "'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");