LucaCappelletti94 commented on code in PR #2464:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2464#discussion_r3925871910


##########
tests/sqlparser_mysql.rs:
##########
@@ -1679,7 +1679,7 @@ fn check_roundtrip_of_escaped_string() {
     TestedDialects::new_with_options(vec![Box::new(MySqlDialect {})], 
options.clone())
         .verified_stmt(r"SELECT 'I\'m fine'");
     TestedDialects::new_with_options(vec![Box::new(MySqlDialect {})], 
options.clone())
-        .verified_stmt(r#"SELECT 'I''m fine'"#);
+        .one_statement_parses_to(r#"SELECT 'I''m fine'"#, "");

Review Comment:
   I think I forgot to push the second part of this PR or something extremely 
dumb like that as this does not make sense, will do so when I get home.



-- 
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