Fix parsing multiple arguments
This commit is contained in:
parent
0e914e197b
commit
ce72ea6c47
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ func (p *Parser) parseArgs() ([]Node, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
args = append(args)
|
args = append(args, c)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue