emersion / emersion/mrsh

Interactive shell doesn't accept multi-line subshells/brace groups

Open
#98 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.