Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_unicode_message
Function
test_unicode_message
atomic-cli/src/output/progress.rs:601–604 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
599
600
#[test]
601
fn test_unicode_message() {
602
let spinner = create_spinner(
"処理中... 🚀"
);
603
spinner.finish();
604
}
605
606
#[test]
607
fn test_progress_beyond_total() {
Callers
nothing calls this directly
Calls
2
create_spinner
Function · 0.85
finish
Method · 0.45
Tested by
no test coverage detected