view test/bug-59451/bug59451.m @ 31170:06c76eca5f95 default tip @

maint: merge stable to default
author John W. Eaton <jwe@octave.org>
date Fri, 29 Jul 2022 12:02:42 -0400
parents a922c2176394
children
line wrap: on
line source

function s = bug59451 (x, y)
  s = "none";
endfunction