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:622–625 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
620
621
#[test]
622
fn test_unicode_message() {
623
let spinner = create_spinner(
"処理中... 🚀"
);
624
spinner.finish();
625
}
626
627
#[test]
628
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