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