We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be046c commit be07e8aCopy full SHA for be07e8a
dsc_lib/src/functions/substring.rs
@@ -193,9 +193,6 @@ mod tests {
193
assert!(result.is_err());
194
}
195
196
- // Type validation tests are removed as they are now handled at the system level
197
- // The system automatically rejects invalid argument types based on accepted_arg_ordered_types
198
-
199
#[test]
200
fn substring_empty_string() {
201
let mut parser = Statement::new().unwrap();
0 commit comments