c625d61abd
Co-authored-by: Evan Richter <evanjrichter@gmail.com>
7 lines
92 B
Rust
7 lines
92 B
Rust
use super::*;
|
|
|
|
#[test]
|
|
fn bugfix() {
|
|
Test::new().justfile("foo:\nx := '''ǩ'''").run();
|
|
}
|