just 1.11.0

🤖 Just a command runner
Documentation
use super::*;

#[test]
fn bugfix() {
  Test::new().justfile("foo:\nx := '''Ç©'''").run();
}