We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413eacc commit 5d42518Copy full SHA for 5d42518
1 file changed
tests/sqlparser_postgres.rs
@@ -3763,10 +3763,7 @@ fn parse_xml_typed_string() {
3763
}) => {
3764
assert_eq!(name.to_string(), "xml");
3765
assert!(modifiers.is_empty());
3766
- assert_eq!(
3767
- value.value,
3768
- Value::SingleQuotedString("<foo/>".to_string())
3769
- );
+ assert_eq!(value.value, Value::SingleQuotedString("<foo/>".to_string()));
3770
}
3771
other => panic!("Expected TypedString, got: {other:?}"),
3772
0 commit comments