You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the here-doc is lost not when parsing, but when printing.
Unfortunately I have to say the Display implementation of the yash_syntax crate does not yet support printing here-docs. I intend to implement it, but it won't be very soon.
hi!
I have a program like this:
and executing it gives me this output:
the heredoc is lost and the shell code is semi-invalid, it still executes but gives a warning/error:
Is there a way to preserve the heredoc?
Thank you for making this crate!
The text was updated successfully, but these errors were encountered: