uiua-lang/uiua

Bug: comment changes multiline string parsing

Closed this issue · 0 comments

bkDJ commented

It looks like the presence/absence of a comment changes how multiline strings with empty lines are parsed in a file.

Case A

Input

$ foo
$
$ bar
◌
0

Output

0

Case B

Input

$ foo
$
$ bar
◌
0 # baz

Output

"foo"
0