fixed append bug
This commit is contained in:
parent
fe5afcb345
commit
1889942db8
3 changed files with 9 additions and 2 deletions
|
|
@ -62,5 +62,5 @@ func l_append(input *ast.Token, vars ast.VarTable, funcs ast.FuncTable) *ast.Tok
|
|||
}
|
||||
(*iter).Next = input.Next
|
||||
|
||||
return *iter
|
||||
return src.Inner.(*ast.Token)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue