eww/src/parser/snapshots/eww_config__parser__test-16.snap
2021-07-19 13:27:30 +02:00

8 lines
148 B
Text

---
source: src/parser/mod.rs
expression: "p.parse(0, Lexer::new(0, r#\"(f arg ; test\n arg2)\"#.to_string()))"
---
Ok(
(f arg arg2),
)