just/tests/multibyte_char.rs

7 lines
92 B
Rust
Raw Permalink Normal View History

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