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

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

[Octave-bug-tracker] [bug #57469] F9 with double quoted strings leads to


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57469] F9 with double quoted strings leads to unexpected result
Date: Mon, 23 Dec 2019 05:31:55 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

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

                 Summary: F9 with double quoted strings leads to unexpected
result
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Mon 23 Dec 2019 11:31:53 AM CET
                Category: GUI
                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: Any

    _______________________________________________________

Details:

Marking the following string in the editor and hitting F9 leads to an
unexpected result:

      printf ("  %-30s %6d\n", "PASS", 8);


The result in the command window is:

>>       printf ("  %-30s %6d
", "PASS", dp);
  %-30s %6d


The expected result is:

>>       printf ("  %-30s %6d\n", "PASS", dp);
  PASS                                8






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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