eww/crates/yuck/src/parser/snapshots/yuck__parser__test__test-11.snap
ElKowar 642983a066
Default to building with both x11 and wayland (#722)
* Default to building with both x11 and wayland

* Update CI to include tests and building for wayland and x11
2023-03-26 12:09:03 +02:00

8 lines
162 B
Text

---
source: crates/yuck/src/parser/mod.rs
assertion_line: 68
expression: "p.parse(0, Lexer::new(0, r#\"(test \"hi\")\"#.to_string()))"
---
Ok(
(test "hi"),
)