Am 23.05.20 um 15:50 schrieb Allin Cottrell:
On Sat, 23 May 2020, Artur Tarassow wrote:
> Hi,
>
> this was supposed to be solved officially a while ago but does not
> work with current git anymore (on Ubuntu 19.10).
>
> To be concrete: The print statement in function foo() might be
> executed when called but does not appear.
>
> <hansl>
> function scalar foo (void)
> print "Some message!" # NOT PRINTED
> return 1
> end function
>
> if foo() == 1
> print "Expect to see before the string 'Some message!'"
> endif
> </hansl>
Thanks for the report. That should be working now in git.
Thank you for the quick fix, Allin. Works fine here.
Artur