plus_operator.mpws possible bug

4 views
Skip to first unread message

Kyle Johnson

unread,
Jun 22, 2019, 7:15:15 PM6/22/19
to mathpiper-dev
Hi all!

My test suite minimum fails after I converted the *E.G. to the new format within plus_operator.mpws.

The path to this file is: mathpiperide\src\library_apps\mathpiper4\src\org\mathpiper\scripts4\a_initialization\stdarith\plus_operator.mpws

The errors that TSM is catching is in regard to:

In> [1,2] + "a"
Result: ["a1","a2"]

In> "a" + [1,2]
Result: ["a1","a2"]

When reproducing the result in the graphic console it is actually producing the following:

In> [1,2] + "a"
Result: "[1,2]a"

In> "a" + [1,2]
Result: "a[1,2]"

For the time being I'll comment out those two examples as I am under the assumption that it is a bug.

Thanks!
Kyle
Reply all
Reply to author
Forward
0 new messages