Interactive shell doesn't accept multi-line subshells/brace groups
Open
bug
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
```
$ (
build/mrsh:1:1: syntax error: expected a compound list
$ ( echo a
build/mrsh:1:1: syntax error: expected ')'
$ {
build/mrsh:1:1: syntax error: expected a compound list
```
All of these should allow the user to write contiuation lines.
Contributor guide
Assessment
This issue has not been assessed yet.