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
- The ${!prefix@} query was too loose on 2 counts! Tightened it up
- Fix crash with undefined variable and @A
- Added more spec tests
Addresses one part of #780.
We allowed extra tokens everywhere. See test/parse-errors.sh.
Fixes an issue in #780, e.g. $((a b)) should fail. Also ((a b)) and
more.
- Failing test case for another parsing problem.
Divergences:
>bad echo {undef?err}
$((echo hello))
somehow parses but it shouldn'tspec/toysh
(these cases found bugs in yash!)Not implemented:
@Q
on arrays -- not implemented (crashes)Known differences:
The text was updated successfully, but these errors were encountered: