1 2 3 4 5 6 7 8 9 10
--- source: crates/simplexpr/src/dynval.rs expression: "DynVal::from_string(\"[hi]\".to_string()).as_vec()" --- Ok( [ "hi", ], )