Add a punch card to weird expressions test
This commit is contained in:
parent
6fc21e5576
commit
0ce01776ba
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
// compile-flags: -Z borrowck=compare
|
// compile-flags: -Z borrowck=compare
|
||||||
|
|
||||||
|
#![recursion_limit = "128"]
|
||||||
|
|
||||||
use std::cell::Cell;
|
use std::cell::Cell;
|
||||||
use std::mem::swap;
|
use std::mem::swap;
|
||||||
|
|
||||||
@ -121,6 +123,16 @@ fn special_characters() {
|
|||||||
assert!(!val);
|
assert!(!val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn punch_card() -> impl std::fmt::Debug {
|
||||||
|
..=..=.. .. .. .. .. .. .. .. .. .. .. ..=.. ..
|
||||||
|
..=.. ..=.. .. .. .. .. .. .. .. .. ..=..=..=..
|
||||||
|
..=.. ..=.. ..=.. ..=.. .. ..=..=.. .. ..=.. ..
|
||||||
|
..=..=.. .. ..=.. ..=.. ..=.. .. .. .. ..=.. ..
|
||||||
|
..=.. ..=.. ..=.. ..=.. .. ..=.. .. .. ..=.. ..
|
||||||
|
..=.. ..=.. ..=.. ..=.. .. .. ..=.. .. ..=.. ..
|
||||||
|
..=.. ..=.. .. ..=..=.. ..=..=.. .. .. ..=.. ..
|
||||||
|
}
|
||||||
|
|
||||||
pub fn main() {
|
pub fn main() {
|
||||||
strange();
|
strange();
|
||||||
funny();
|
funny();
|
||||||
@ -135,4 +147,5 @@ pub fn main() {
|
|||||||
fishy();
|
fishy();
|
||||||
union();
|
union();
|
||||||
special_characters();
|
special_characters();
|
||||||
|
punch_card();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user