Skip to content

Commit a245336

Browse files
committed
update ut
1 parent 132502e commit a245336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ast/visitor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,8 @@ mod tests {
884884
"PRE: EXPR: a.amount",
885885
"POST: EXPR: a.amount",
886886
"POST: EXPR: SUM(a.amount)",
887+
"PRE: EXPR: a.MONTH",
888+
"POST: EXPR: a.MONTH",
887889
"PRE: EXPR: 'JAN'",
888890
"POST: EXPR: 'JAN'",
889891
"PRE: EXPR: 'FEB'",

0 commit comments

Comments
 (0)