|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #43815] ["ab" 99] produces single-quoted string 'abc' |
Date: | Mon, 15 Dec 2014 04:35:55 +0000 |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 |
Follow-up Comment #1, bug #43815 (project octave): The relevant code is in pt-mat.cc in routine tree_matrix::rvalue1. The default is a single-quoted string unless absolutely all strings are double quoted strings. See below. char type = all_dq_strings_p ? '"' : '\''; It doesn't seem like this is particularly worth fixing. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?43815> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |