mirror of
https://github.com/casey/just.git
synced 2025-07-07 17:45:00 +00:00
6 lines
92 B
Rust
6 lines
92 B
Rust
use super::*;
|
|
|
|
#[test]
|
|
fn bugfix() {
|
|
Test::new().justfile("foo:\nx := '''ǩ'''").run();
|
|
}
|