Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing linebreak is not significant in hcat #169

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Conversation

c42f
Copy link
Member

@c42f c42f commented Dec 13, 2022

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.

In the reference parser, `[a b\n\n]` parses as `(hcat a b)`, not vcat
with a single row.
@c42f
Copy link
Member Author

c42f commented Dec 14, 2022

I chatted to Jeff about this he thinks it's fine as-is. So let's go with this.

@c42f c42f merged commit 56aa403 into main Dec 14, 2022
@c42f c42f deleted the c42f/hcat-trailing-newline branch December 14, 2022 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant