annotate test/bug-45351/module.mk @ 31191:bb9d776eafac stable

Fix wrong color in PDF printout of some latex strings (bug #62884) * octave-svgconvert (draw): For "rect" elements only set brush color if necessary and eventually restore to previous color.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 14 Aug 2022 18:24:07 +0200
parents 7e48abcc1032
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26797
7e48abcc1032 * test/bug-45351/module.mk: Fix cut & paste error in previous change.
John W. Eaton <jwe@octave.org>
parents: 26796
diff changeset
1 bug_45351_TEST_FILES = \
26796
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 %reldir%/bug45351.m \
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 %reldir%/bug-45351.tst
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 TEST_FILES += $(bug_45351_TEST_FILES)