10 lines
156 B
Text
10 lines
156 B
Text
---
|
|
source: crates/simplexpr/src/dynval.rs
|
|
expression: "DynVal::from_string(\"[hi\\\\,ho]\".to_string()).as_vec()"
|
|
|
|
---
|
|
Ok(
|
|
[
|
|
"hi,ho",
|
|
],
|
|
)
|