11-for-subshell: new failing parse test.

This commit is contained in:
Jan Nieuwenhuizen 2018-11-17 20:08:01 +01:00
parent 74454c2156
commit 992479b0a3
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ tests="
11-for
11-for-split-sequence
11-for-subshell
20-semi
20-or

View File

@ -0,0 +1 @@
(for i in 0; do echo $i; done)