Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawshell/clawshell
/ test_parse_config_version_valid
Function
test_parse_config_version_valid
src/migration/core.rs:97–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
96
#[test]
97
fn test_parse_config_version_valid() {
98
let version: ConfigVersion =
"1.2.3"
.parse().unwrap();
99
assert_eq!(version.to_string(),
"1.2.3"
);
100
}
101
102
#[test]
103
fn test_parse_config_version_valid_prerelease() {
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected