MCPcopy Create free account
hub / github.com/clawshell/clawshell / test_parse_config_version_valid_prerelease

Function test_parse_config_version_valid_prerelease

src/migration/core.rs:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102 #[test]
103 fn test_parse_config_version_valid_prerelease() {
104 let version: ConfigVersion = "0.1.0-alpha.0".parse().unwrap();
105 assert_eq!(version.to_string(), "0.1.0-alpha.0");
106 }
107
108 #[test]
109 fn test_parse_config_version_invalid() {

Callers

nothing calls this directly

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected