Skip to content

Commit 814bcf0

Browse files
committed
test: add test case for AbsoluteColumn
1 parent 7f2bdfa commit 814bcf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ func TestParse(t *testing.T) {
77
src string
88
expected string
99
}{
10+
{"=$A:$A", "RangeExpr(CellExpr($A):CellExpr($A))"},
1011
{"=$1:1", "RangeExpr(CellExpr($1):CellExpr(1))"},
1112
{"=A:B", "RangeExpr(CellExpr(A):CellExpr(B))"},
1213
{"=1:1", "RangeExpr(CellExpr(1):CellExpr(1))"},

0 commit comments

Comments
 (0)