mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:45:08 +02:00
@ -1,2 +1,2 @@
|
||||
mod command;
|
||||
pub use command::SubCommand as Trim;
|
||||
mod trim_;
|
||||
pub use trim_::SubCommand as Trim;
|
||||
|
@ -321,7 +321,8 @@ fn trim(s: &str, char_: Option<char>, closure_flags: &ClosureFlags) -> String {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::strings::str_::trim::trim_::*;
|
||||
use nu_protocol::{Span, Value};
|
||||
|
||||
#[test]
|
||||
fn test_examples() {
|
Reference in New Issue
Block a user