* Default to building with both x11 and wayland * Update CI to include tests and building for wayland and x11
8 lines
162 B
Text
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"),
|
|
)
|