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

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

[Octave-bug-tracker] [bug #46477] textscan endofline fails with single q


From: anonymous
Subject: [Octave-bug-tracker] [bug #46477] textscan endofline fails with single quotes
Date: Thu, 19 Nov 2015 15:58:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

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

                 Summary: textscan endofline fails with single quotes
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 19 Nov 2015 03:58:02 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:


textscan('hello, world; apologies for the inconvenience', '%s%s',
'endofline',"\n");
textscan('hello, world; apologies for the inconvenience', '%s%s',
'endofline','\n');


The first line works; the second, using single quotes for the end-of-line
character, fails with an error:


error: textscan: illegal EndOfLine character value specified
error: called from
    textscan at line [y] column [x]





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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