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

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

[Octave-bug-tracker] [bug #50060] Code in block comments is executed if


From: anonymous
Subject: [Octave-bug-tracker] [bug #50060] Code in block comments is executed if some text is present after %{ or #{
Date: Mon, 16 Jan 2017 22:28:22 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94

URL:
  <http://savannah.gnu.org/bugs/?50060>

                 Summary: Code in block comments is executed if some text is
present after %{ or #{
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 16 Jan 2017 10:28:21 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: olaf
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

If some text is present after the first block command sign '%{' or '#{' the
block is executed.

Run the following code:

#{ some text
  disp ('this is executed');
#}

#{
  disp ('this is not executed');
#}

In the editor the makeup (green font) suggest that both blocks will not be
executed, and I suppose that is what shall happen.

Regards,

Olaf.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50060>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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