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

<< inside comments turns into <!, making heredocs unusable inside !program commands #4

Closed
anko opened this issue Sep 29, 2020 · 1 comment
Labels

Comments

@anko
Copy link
Owner

anko commented Sep 29, 2020

Shell heredocs are this stuff:

command << EOF
multiple lines
of input go here
EOF

Workaround: cat 'stuff' |. Useless Use Of Cat, but works.

Reported upstream inikulin/parse5#325

@anko anko added the bug label Sep 29, 2020
@anko
Copy link
Owner Author

anko commented Oct 1, 2020

Fix merged upstream. Awaiting release.

@anko anko closed this as completed in 9fb431f Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant