changeset 31208:a523e976b841

maint: merge stable to default
author Rik <rik@octave.org>
date Sun, 28 Aug 2022 14:20:03 -0700
parents 7ae0a0772e9d (current diff) 1c40fc2344f4 (diff)
children f5db0112f7e8
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/quad2d.m	Sun Aug 28 12:21:36 2022 -0400
+++ b/scripts/general/quad2d.m	Sun Aug 28 14:20:03 2022 -0700
@@ -438,6 +438,8 @@
 
 %!assert (quad2d (@plus, 1, 2, 3, 4), 5, 1e-10)
 
+%!assert <*62972> (quad2d (@(x,y) 1i*ones (size (x)), 0,1,0,1), 1i)
+
 ## Test input validation
 %!error <Invalid call> quad2d ()
 %!error <Invalid call> quad2d (@plus)