Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

support multiline input #3

Closed
ag91 opened this issue Mar 7, 2023 · 1 comment
Closed

support multiline input #3

ag91 opened this issue Mar 7, 2023 · 1 comment

Comments

@ag91
Copy link

ag91 commented Mar 7, 2023

Hi, thanks for the amazing little tool! It is smart and solves nicely a scratch I had with ert :)

Currently multiple lines are not supported for the input (as the regex you use needs a string starting by >>) and the unescape function removes any \n characters, which leaves little chance to have even a multiline string.

I just committed on my fork a rough patch for multiline inputs ag91@7a423d7

That moves away from regex and is a bit roughly done (not sure if it breaks things for others).
Maybe we can start a conversation from there and see if we can add support more cleanly?

Thanks again for this tool!

@riscy
Copy link
Owner

riscy commented Feb 3, 2024

I'll close this - thanks again for taking over!

@riscy riscy closed this as completed Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants