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