MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_alignment_text_too_wide

Function test_alignment_text_too_wide

atomic-cli/src/output/table.rs:659–662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected