We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2bdfa commit 814bcf0Copy full SHA for 814bcf0
parser_test.go
@@ -7,6 +7,7 @@ func TestParse(t *testing.T) {
7
src string
8
expected string
9
}{
10
+ {"=$A:$A", "RangeExpr(CellExpr($A):CellExpr($A))"},
11
{"=$1:1", "RangeExpr(CellExpr($1):CellExpr(1))"},
12
{"=A:B", "RangeExpr(CellExpr(A):CellExpr(B))"},
13
{"=1:1", "RangeExpr(CellExpr(1):CellExpr(1))"},
0 commit comments