7 lines
92 B
Rust
7 lines
92 B
Rust
|
use super::*;
|
||
|
|
||
|
#[test]
|
||
|
fn bugfix() {
|
||
|
Test::new().justfile("foo:\nx := '''ǩ'''").run();
|
||
|
}
|