diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fix-ng/fix.sdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/fix.sdf b/src/fix-ng/fix.sdf index e94e696749f3..2074d9829411 100644 --- a/src/fix-ng/fix.sdf +++ b/src/fix-ng/fix.sdf @@ -44,7 +44,7 @@ exports "{" {Id ","}* "}" ":" Expr -> Expr {cons("Function"), right} - "{" {Bind ","}+ "}" + "{" {Bind ","}* "}" -> Expr {cons("Attrs")} Id "=" Expr |