view test/bug-50831/bug-50831.tst @ 31206:7ae0a0772e9d

maint: merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 28 Aug 2022 12:21:36 -0400
parents 9080316864bf
children
line wrap: on
line source

%!test <*50831>
%! filename = tempname ();
%! s.("a-b") = "bad fieldname";
%! unwind_protect
%!   save ("-text", filename, "s");
%!   filevar = load (filename);
%!   assert (filevar.s, s);
%! unwind_protect_cleanup
%!   sts = unlink (filename);
%! end_unwind_protect