Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_alignment_left
Function
test_alignment_left
atomic-cli/src/output/table.rs:629–632 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
627
628
#[test]
629
fn test_alignment_left() {
630
let aligned = Alignment::Left.apply(
"test"
, 10);
631
assert_eq!(aligned,
"test "
);
632
}
633
634
#[test]
635
fn test_alignment_right() {
Callers
nothing calls this directly
Calls
1
apply
Method · 0.80
Tested by
no test coverage detected