diff test/module.mk @ 30203:75fb18f0469a

fix file position info for errors in conditional expressions (bug #61201) * pt-eval.cc (tree_evaluator::is_logically_true): Set file position in call stack for expression before evaluating it. (tree_evaluator::visit_do_until_command): Don't set file position in call stack here. * bug-61201.tst: New file. * test/module.mk: Update
author John W. Eaton <jwe@octave.org>
date Wed, 22 Sep 2021 23:17:42 -0400
parents 3e419a830e90
children
line wrap: on
line diff
--- a/test/module.mk	Wed Sep 22 23:13:36 2021 -0400
+++ b/test/module.mk	Wed Sep 22 23:17:42 2021 -0400
@@ -20,6 +20,7 @@
   %reldir%/bug-55321.tst \
   %reldir%/bug-55322.tst \
   %reldir%/bug-59950.tst \
+  %reldir%/bug-61201.tst \
   %reldir%/colormaps.tst \
   %reldir%/command.tst \
   %reldir%/complex.tst \