Allow blockParams on chained inverse statements

This commit is contained in:
kpdecker
2014-11-29 18:30:00 -06:00
parent f84f76f006
commit 3238645f26
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ openInverse
;
openInverseChain
: OPEN_INVERSE_CHAIN sexpr CLOSE -> yy.prepareMustache($2, $1, yy.stripFlags($1, $3), @$)
: OPEN_INVERSE_CHAIN sexpr blockParams? CLOSE -> { sexpr: $2, blockParams: $3, strip: yy.stripFlags($1, $4) }
;
inverseAndProgram