Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JagritGumber/evolvsql
/ trim_basic
Function
trim_basic
native/engine/src/executor/tests/string_func.rs:23–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
#[test]
22
#[serial_test::serial]
23
fn trim_basic() {
24
setup();
25
let r = execute(
"SELECT TRIM(' hello ')"
).unwrap();
26
assert_eq!(r.rows[0][0], Some(
"hello"
.into()));
27
}
28
29
#[test]
30
#[serial_test::serial]
Callers
nothing calls this directly
Calls
2
execute
Function · 0.85
setup
Function · 0.70
Tested by
no test coverage detected