Skip to content

Commit f15be48

Browse files
authored
Merge pull request vitessio#6363 from planetscale/ds-dollar-sign
more dollar sign tests
2 parents a7e8a72 + 651ec7a commit f15be48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/vt/sqlparser/parse_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ var (
6363
input: "select a from t",
6464
}, {
6565
input: "select $ from t",
66+
}, {
67+
input: "select a.b as a$b from $test$",
6668
}, {
6769
input: "select 1 from t // aa\n",
6870
output: "select 1 from t",

0 commit comments

Comments
 (0)