-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Strings that contain linebreaks are shown in result tables with escape sequences when using the web app. Example program:
test("""A longer
text with mutliple
lines.
""") .
@output test.
Output in table:
"A longer\ntext with mutliple\n lines.\n"
This example also shows that whitespace is stripped where it should be part of the value. During reasoning, the whitespace is correctly processed (strings differing only in whitespace are distinct lines in results), but their difference is no longer visible in the web app's result table.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo