1 2 3 4 5 6 7 8 9 10
use super::super::*; use crate::types::Value; #[test] fn empty_string() { assert_eq!( lenb_fn(&[Value::Text("".to_string())]), Value::Number(0.0) ); }