eww/crates/yuck/src/parser/snapshots/eww_config__parser__test-14.snap
2021-07-21 19:24:44 +02:00

8 lines
147 B
Text

---
source: src/parser/mod.rs
expression: "p.parse(0, Lexer::new(0, \"(+ (1 2 (* 2 5)))\".to_string()))"
---
Ok(
(+ ("1" "2" (* "2" "5"))),
)