aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bashast/bashast.g')
-rw-r--r--bashast/bashast.g8
1 files changed, 4 insertions, 4 deletions
diff --git a/bashast/bashast.g b/bashast/bashast.g
index f7ce358..e2702d0 100644
--- a/bashast/bashast.g
+++ b/bashast/bashast.g
@@ -530,11 +530,11 @@ semiel
for_expr
: FOR BLANK?
(
- name wspace
+ name
(
- IN for_each_value* BLANK? (SEMIC|EOL) wspace?
- |SEMIC wspace?
- |
+ wspace IN for_each_value* BLANK? (SEMIC|EOL) wspace?
+ | wspace? SEMIC wspace?
+ | wspace
) DO wspace command_list semiel DONE -> ^(FOR name for_each_value* command_list)
| LLPAREN EOL?
// initilization