Keith Kraus created TOREE-340:
---------------------------------
Summary: Output of the form "a = b" returns "b"
Key: TOREE-340
URL: https://issues.apache.org/jira/browse/TOREE-340
Project: TOREE
Issue Type: Bug
Affects Versions: 0.1.0
Reporter: Keith Kraus
Priority: Minor
To reproduce issue, run in a cell
{noformat}"test1 = test2"{noformat}
output will be
{noformat}test2{noformat}
\\
\\
This also affects when trying to set a val or var
{noformat}val testvar = "test1 = test2"{noformat}
The value of {{testvar}} returns
{noformat}test2{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)