mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-07 01:04:26 +01:00
fix assertion in test_quote
This commit is contained in:
@@ -3838,7 +3838,7 @@ mod tests {
|
||||
assert_eq!(exec_quote(&input), expected);
|
||||
|
||||
let input = OwnedValue::build_text(Rc::new(String::from("hello''world")));
|
||||
let expected = OwnedValue::build_text(Rc::new(String::from("'hello''world'")));
|
||||
let expected = OwnedValue::build_text(Rc::new(String::from("'hello''''world'")));
|
||||
assert_eq!(exec_quote(&input), expected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user