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

Function test_table_unicode

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

Source from the content-addressed store, hash-verified

894
895 #[test]
896 fn test_table_unicode() {
897 let mut table = Table::new();
898 table.set_header(vec!["名前", "値"]);
899 table.add_row(vec!["テスト", "42"]);
900
901 let _ = table.to_string();
902 }
903
904 #[test]
905 fn test_table_emoji() {

Callers

nothing calls this directly

Calls 2

set_headerMethod · 0.80
add_rowMethod · 0.80

Tested by

no test coverage detected