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

MS doesn't interpret more than one heredoc #19

Closed
tesla33io opened this issue Jul 30, 2024 · 0 comments
Closed

MS doesn't interpret more than one heredoc #19

tesla33io opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tesla33io
Copy link
Owner

For some reason (maybe during parsing) heredoc could not be interpreted more than one per command.
Example:

$ ./minishell
€ cat << EOF1 << EOF2 << EOF3
Syntax Error
> weird
> EOF1
cat: EOF2: No such file or directory
cat: EOF3: No such file or directory

P.S.: weird Syntax error, shouldn't be there

@tesla33io tesla33io added the bug Something isn't working label Jul 30, 2024
tesla33io added a commit that referenced this issue Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants