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 814bcf0 commit b76bedcCopy full SHA for b76bedc
parser_test.go
@@ -7,6 +7,7 @@ func TestParse(t *testing.T) {
7
src string
8
expected string
9
}{
10
+ {"=1<>2", "BinaryExpr(Left: LiteralExpr(Value: 1), Operator: <>, Right: LiteralExpr(Value: 2))"},
11
{"=$A:$A", "RangeExpr(CellExpr($A):CellExpr($A))"},
12
{"=$1:1", "RangeExpr(CellExpr($1):CellExpr(1))"},
13
{"=A:B", "RangeExpr(CellExpr(A):CellExpr(B))"},
0 commit comments