()
| 657 | |
| 658 | #[test] |
| 659 | fn test_alignment_text_too_wide() { |
| 660 | let aligned = Alignment::Left.apply("testing", 4); |
| 661 | assert_eq!(aligned, "testing"); |
| 662 | } |
| 663 | |
| 664 | // ------------------------------------------------------------------------- |
| 665 | // Column Tests |