|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #38579] Nested multiline comments not recognised correctly |
| Date: | Sun, 24 Mar 2013 07:08:30 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 |
URL:
<http://savannah.gnu.org/bugs/?38579>
Summary: Nested multiline comments not recognised correctly
Project: GNU Octave
Submitted by: None
Submitted on: Sun 24 Mar 2013 07:08:27 AM UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: John Donoghue
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
When encountering commands in a nested multiline comment, the lines after the
first closed multiline comment are still run.
Example:
%{
not run
%{
not run
%}
will run line
%}
will run line
Faileds in dev version as release version 3.6.4 works correctly.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38579>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |