-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
[<<A,
#{<<B}
b
B
a
A
0]
This is giving:
s(:array,
s(:dstr,
s(:begin,
s(:str, "b\n")),
s(:str, "\n"),
s(:str, "b\n"),
s(:str, "B\n"),
s(:str, "a\n")),
s(:int, 0))
when I think it should be giving:
s(:array,
s(:dstr,
s(:begin,
s(:str, "b\n")),
s(:str, "\n"),
s(:str, "a\n")),
s(:int, 0))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels