If one returns a string containing quotation marks from a procedure a string error occurs. It's quite probable that the quotation marks within the string are erroneously detected as terminating quotation marks.
The issue is that not the actual string but the pre-formatted string for the terminal is returned. Change this to return the actual string, which will contain the correctly escaped quotation marks.
Tested manually. Detected deviation resulting from change in [#714] was resolved.
Commit: [r1134]
Tickets: #697
Tickets: #714
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1134]
Tickets:
#697Diff:
Related
Tickets:
#714