We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad7811 commit 24a2968Copy full SHA for 24a2968
tests/sqlparser_snowflake.rs
@@ -977,7 +977,7 @@ fn parse_sf_create_or_replace_with_comment_for_snowflake() {
977
}
978
979
#[test]
980
-fn parse_sf_create_table_or_view_with_dollars_comment() {
+fn parse_sf_create_table_or_view_with_dollar_quoted_comment() {
981
assert!(snowflake()
982
.parse_sql_statements(
983
r#"CREATE OR REPLACE TEMPORARY VIEW foo.bar.baz (
0 commit comments