Closed c42f closed 1 year ago
In the reference parser, [a b\n\n] parses as (hcat a b), not vcat with a single row.
[a b\n\n]
(hcat a b)
Part of #134
On further thought, I'm not sure whether this is a bug here or in the reference parser. The behavior of the reference parser seems a bit inconsistent.
I chatted to Jeff about this he thinks it's fine as-is. So let's go with this.
In the reference parser,
[a b\n\n]
parses as(hcat a b)
, not vcat with a single row.Part of #134
On further thought, I'm not sure whether this is a bug here or in the reference parser. The behavior of the reference parser seems a bit inconsistent.