[Bug] Repl Multi-Expression Prompts Are Still a Problem #693
Labels
bug
Something isn't working
cli
Refers to a Command Line Interface
good first issue
Good for newcomers
With #657 we maintain the quotes for shell commands. While this works great for external commands (i.e. those involving another parsing round),
:parse
- for example - does not. This causes the following, arguably counter-intuitive behavior:Now, dropping the quotes yields this (due to the splitting at
;
for shell commands):We should 1) only drop quotes if external re-parsing is involved, or 2) find another way to "quote" these inline blocks.
The text was updated successfully, but these errors were encountered: