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

Function test_table_emoji

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

Source from the content-addressed store, hash-verified

903
904 #[test]
905 fn test_table_emoji() {
906 let mut table = Table::new();
907 table.set_header(vec!["Status", "Name"]);
908 table.add_row(vec!["✓", "Complete"]);
909 table.add_row(vec!["✗", "Failed"]);
910
911 let _ = table.to_string();
912 }
913
914 #[test]
915 fn test_alignment_default() {

Callers

nothing calls this directly

Calls 2

set_headerMethod · 0.80
add_rowMethod · 0.80

Tested by

no test coverage detected