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

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

[Octave-bug-tracker] [bug #57239] errors in multiline constructs show in


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #57239] errors in multiline constructs show incorrect line numbers
Date: Thu, 14 Nov 2019 18:31:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

URL:
  <https://savannah.gnu.org/bugs/?57239>

                 Summary: errors in multiline constructs show incorrect line
numbers
                 Project: GNU Octave
            Submitted by: larskindermann
            Submitted on: Thu 14 Nov 2019 11:31:29 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

enter this into the command window:


if 1
2
asdf
4
5
end


result:


ans = 2
error: 'asdf' undefined near line 5, column 5
>>


But the error is in line 3, not 5.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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