hansott commented on code in PR #1672:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1672#discussion_r1927058238


##########
src/tokenizer.rs:
##########
@@ -3543,4 +3546,17 @@ mod tests {
         ];
         compare(expected, tokens);
     }
+
+    #[test]
+    fn test_national_strings() {
+        let dialect = PostgreSqlDialect {};

Review Comment:
   Great suggestion! How does it look now?



##########
src/tokenizer.rs:
##########
@@ -3543,4 +3546,17 @@ mod tests {
         ];
         compare(expected, tokens);
     }
+
+    #[test]
+    fn test_national_strings() {
+        let dialect = PostgreSqlDialect {};

Review Comment:
   Great suggestion! How does it look now? Updated the PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to