octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56068] The echo command goes in action only a


From: Rik
Subject: [Octave-bug-tracker] [bug #56068] The echo command goes in action only after the SECOND line
Date: Thu, 4 Apr 2019 00:33:28 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56068 (project octave):

              Item Group:                   Other => Regression             
                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

There is a difference between the GUI and the CLI, and between versions.  The
CLI in version 4.2.1 gets this right.  The output of the script is


a =  2
+ b = 2 + 1
b =  3
+ B = 2 + 1
B =  3
+ echo
c =  4
C =  4
+ d = 4 + 1
d =  5
+ D = 4 + 1
D =  5
+ echo


Already in version 4.4.1 of the CLI it is broken and the echo starts on the
second line.

echo doesn't seem to work correctly at all in the GUI.  The line that is about
to be executed should be prefixed with '+ ' but is not.

I've attached the script used for testing to this report.


(file #46716)
    _______________________________________________________

Additional Item Attachment:

File name: tst_echo.m                     Size:0 KB
    <https://savannah.gnu.org/file/tst_echo.m?file_id=46716>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56068>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]