Diffstat (limited to 'tests/test.rs')
| -rw-r--r-- | tests/test.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test.rs b/tests/test.rs index f8d6aa2..1186472 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -14,7 +14,8 @@ fn main() { dbg!(cols, rows); - let cells = include_str!("../src/lib.rs") + let cells = //include_str!("../src/lib.rs") + "||||ppppppre|rlly rea(ly regl(y fugck thgis i plight is hard plifhgt plongkokignpookfiokogk" .chars() .filter(|x| !x.is_whitespace()) .take(cols * rows) |