File: multibyte_char.rs

package info (click to toggle)
rust-just 1.43.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,068 kB
  • sloc: sh: 300; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use super::*;

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