Post Reply 
[BUG] in history -> entry line
06-09-2016, 11:22 AM (This post was last modified: 06-24-2016 01:45 PM by compsystems.)
Post: #1
[BUG] in history -> entry line
Simplify: none
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok
then up to history and copy the entry into the input line [enter] -> ERROR SINTAX '(x^3/x^2')

the hpprime is moving a quotation mark (right) outside the brackets '(x^3/x^2')

other sample

getOperator:=0; [enter]
part(quote(x^3/x^2),getOperator); returns "/" OK
[^] goto history
[copy] [enter] -> ERROR SINTAX =(

can not edit the input expression previously


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
06-09-2016, 01:43 PM
Post: #2
RE: possible bug in history -> entry line
(I'm pretty sure the problem is already on the list).

A simple example is:

QUOTE(a/b);

Then recall the history result to the command line. The close quote is misplaced.

-Dale-
Find all posts by this user
Quote this message in a reply
06-24-2016, 01:15 PM (This post was last modified: 06-24-2016 01:16 PM by compsystems.)
Post: #3
RE: [BUG] in history -> entry line
new discovery in Algebraic MODE does not generate errors

TextBook ON
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] error

or
'(x^3 / x^2)' [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] error

Algebraic ON
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] '(x^3/x^2)' ok

TextBook Or Algebraic
quote (x^3 / x^2 +1) [enter] returns '(x^3/x^2+1)' ok [^] (up) [^] (up) [COPY] [enter] '(x^3/x^2)+1' ok
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)