tjbearse / sheet-block-editor

A block based visual editor for Google Sheets
https://tjbearse.github.io/sheet-block-editor/
GNU General Public License v3.0
3 stars 0 forks source link

Parse empty arguments #32

Closed tjbearse closed 1 year ago

tjbearse commented 1 year ago

e.g. =concat(, "foo") should create a concat block with "foo" in the second argument.

Currently this causes a parsing error.

tjbearse commented 1 year ago

duplicate #37