comparison libinterp/corefcn/pr-output.cc @ 27475:f429338b9f85

Mark rats BIST test with bug #56941. * pr-output.cc (Frats): Mark BIST test with bug number.
author Rik <rik@octave.org>
date Fri, 04 Oct 2019 20:09:44 -0700
parents d503426130bf
children b8b1bf5b2bbf
comparison
equal deleted inserted replaced
27474:3fec8e9fa2aa 27475:f429338b9f85
3258 3258
3259 return ovl (string_vector (lst)); 3259 return ovl (string_vector (lst));
3260 } 3260 }
3261 3261
3262 /* 3262 /*
3263 %!test 3263 %!test <56941>
3264 %! [old_fmt, old_spacing] = format (); 3264 %! [old_fmt, old_spacing] = format ();
3265 %! unwind_protect 3265 %! unwind_protect
3266 %! format short; 3266 %! format short;
3267 %! assert (rats (2.0005, 9), "4001/2000"); 3267 %! assert (rats (2.0005, 9), "4001/2000");
3268 %! assert (rats (-2.0005, 10), "-4001/2000"); 3268 %! assert (rats (-2.0005, 10), "-4001/2000");