view test/fcn-handle/bug-51567.tst @ 31060:7201d9b7cea6 stable

NEWS.7.md: Fix typo and formatting.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 02 Jun 2022 19:52:08 +0200
parents 5bca1527b034
children
line wrap: on
line source

%!shared a
%! a = bug51567 ();
%!
%!assert <51567> (a.doit_1 (), 13);
%!assert <51567> (a.doit_2 (), 42);